asp.net-core-8 Questions
4
Solved
I am following this tutorial https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/run which builds a very basic Blazor app. However the project won't run on ASP.NET Core 8. Could you ple...
Uncoil asked 29/11, 2023 at 17:9
1
Solved
I have an issue in the Program.cs class of a WebAPI project in .NET 8.0. I'm following an ASP.NET course that uses .NET Core 3.1, but I've decided to try to upgrade it to .NET 8. I'm working with u...
Burtie asked 9/2, 2024 at 20:9
2
Solved
This is my Minimal API (.NET 8):
app.MapPost("check", async ([FromBody] UserClaims claims, ApplicationDbContext dbContext) =>
{
var result = await dbContext.Users.SingleOrDefaultAsync...
Carbamidine asked 6/1, 2024 at 8:6
3
Solved
In ASP.NET Core 8, we have the option to register services using a key. Typically, injecting IEnumerable<ICustom> in a constructor will return all services that are registered of the ICustom....
Ido asked 27/11, 2023 at 18:36
1
© 2022 - 2025 — McMap. All rights reserved.