Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core

Creating a custom SignInManager in Asp.Net Core 3 Identity

Persistent in-memory concurrent dictionary in ASP.NET Core

c# asp.net-core .net-core

Why PartialAsync doesn't call coresponding controller method?

How to change request body in IActionFilter in asp.net core

c# asp.net-core

Serve static files in blazor hosted project

swagger : Failed to load API definition undefined /swagger/v1/swagger.json

asp.net-core swagger

Is CancellationToken available in ASP.NET Core ActionFilter?

Store does not implement IUserRoleStore<TUser> UserManager<TUser>.GetUserRoleStore() ASP.NET Core MVC 3

ASP.Net Core 3 Posting JSON array to controller

Apply EF migrations in GitHub workflow

dotnet build xamarin project fails using console

Folder not being copied to Output directory

Access to XMLHttpRequest has been blocked origin ASP.NET CORE 2.2.0 / Angular 8 / signalr1.0.0 [(CORS Policy-Access-Control-Allow-Origin) failed]

What is the purpose of UserManager methods like GetPhoneNumberAsync(IdentityUser user), when the desired properties can be pulled from user object?

LINQ Query if condition external parameter

EF Core Navigation Property Include uses Left Join instead of Inner Join

specify which API is documented by Swagger

asp.net-core swagger

RequireAuthorization() on endpoints.MapControllerRoute() not working and every request passes through

c# .net asp.net-core

How to replace columns in a Queryable<T> in a generic fashion without executing the Queryable

.NET Framework dependency in a .NET Core application