Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core

How to use authorization by default without [Authorize] in ASP.NET Core 5

Difference between app.Map and app.UseEndpoints + endpoints.Map?

c# asp.net asp.net-core

Select inside Include in EF Core

SEO Url in .Net Core

Does EF Core have a connection pool?

Turn off mvc request logging in asp.net core 2.2 with serilog

Running .NET 5 Api under Kestrel from Visual Studio 2019 ignores launchSettings.json applicationUrl setting

How do you completely hide an element from a user based on their ASP.NET Identity Role?

SqlException, provider: TCP Provider, error: 35 - An internal exception was caught)

.Net Core Logging Dependency Injection - resolve ILogger / ILogger`1 - what does the tick mean? Resolve type possible?

How to redirect Filters in ASP.NET CORE 3.1

How to load custom stylesheet with NSwag's UseSwaggerUi3

c# asp.net-core swagger nswag

Modifying .NET Core Roles depending on which organization the user is requesting access to (per-request)

Dynamic routing in ASP.NET Core 3.1 when part of the url is already another route

npm - not installed; illegal characters in path

Deployment error: "The requested page cannot be accessed because the related configuration data for the page is invalid"

JWT authentication based on the Parameter in Multi-tenant Asp.net Core web site

Replace IdentityServer4 Login Page with Angular component

Asp.Net Core Integration Testing with CustomWebApplicationFactory - How does it work?

c# asp.net-core