Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core

How to use ASP.NET Core Identity without roles?

Cannot use IOptionsMonitor to detect changes in ASP.NET Core

c# asp.net-core

How can I set a global variable in Razor Pages of ASP.NET Core?

AggregateException: One or more errors occurred. (One or more errors occurred. (Failed to start 'npm'. To resolve this:

Scaffold-DbContext for database views in EF Core 2.1 (Query Types)

asp.net-core ef-core-2.1

Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Credentials' header in the response is ''

Architectural problems in repository pattern and unit of work

Correlation failed in asp.net core

Post Action with model class vs DTO

How does one Transform AppSettings in ASP.NET Core

How to get HttpRequest body in .net core?

How to inject application service into AuthenticationHandler

The order between AddMvc/AddSwaggerGen and UseMvc/UseSwagger(UI)

ASP Core: how to route to API Controller that is located in the area folder?

Get license information for all used NuGet packages in .NET Core outside of Visual Studio

ASP.Net Core Cookie Authentication is not persistant

How can we integrate identityserver4 and web api in the same project(port) instead of creating different projects for each?

Is it possible to reference a project that exists in the solution and use NuGet package reference as fall-back if not in .NET Core?

Self-Contained ASP.Net Core Not Reading appsettings.json file

Refresh Token using Polly with Typed Client

c# asp.net-core polly