Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-3.1

.Net Core 3.1 SignalR Client - How to add the JWT Token string to SignalR connection configuration?

Why do I need to call twice the Set on my size limited MemoryCache when I hit the size limit?

Using nlog with ApplicationInsightsTelemetryWorkerService in .net core 3.1 console app

Azure AD Multi Tenant ,.Net Core Web API with JWT Token

Cannot resolve scoped service from root provider when "ASPNETCORE_ENVIRONMENT": "Development"

Why do I get this InvalidOperationException: Unable to resolve service for type 'Microsoft.AspNetCore.Http.RequestDelegate'?

I updated my .NET CORE project from 2.1 to 3.1, yet I have some errors in the class Startup

How to do custom routing in ASP.NET Core 3.1 MVC

How can I modify the layout from a blazor page?

How to do routing with parameters in ASP.NET Core 3.1

Asp.NET Core 3.1 and Swashbuckle.AspNetCore.Swagger

ASP Net Core IdentityServer, "The issuer is invalid" on production environment

What <FrameworkReference Include="Microsoft.AspNetCore.App" /> is actually do in .net core 3+?

Package Microsoft.AspNetCore.Authentication.JwtBearer 5.0.0 is not compatible with netcoreapp3.1 yet it's targeting net 5.0

Why the metod app.UseSwaggerUI(...) is not found?