Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core

Differences between AddSignalR and AddSignalRCore extension methods in aspnet core 2.1

IApplicationBuilder does not contain a definition for UseIdentity

Execute stored procedure in EF Core 3.0 vs 2.2

'Console' does not contain a definition for 'ReadKey' in asp.net 5 console App

Register Service at Runtime via DI?

EntityFramework Core - Copying an entity and placing it back into the database

Entity Framework Core still picks up old column

Remove http client logging handler in ASP.NET Core

c# asp.net-core httpclient

How to run dockered ASP.net core app generated by Visual Studio 2019 on Linux? Problem with SSL configuration

How can I get the current route name with ASP.NET Core?

When should I use MultipleActiveResultSets=True when working with ASP.NET Core 3.0 and SQL Server 2019+?

How to make controllers scoped or singleton instead of transient in ASP.NET Core?

Failing to perform Cookie Authentication: SignInAsync and AuthenticateAsync not successful

c# asp.net-core cookies .net-5

How can I auto-increment an MVC 6 version number?

ASP.NET Core website on Azure fails to start with a 502.5 error after upgrade from .NET Core 1.1.1 to .NET Core 1.1.2

Use SSL Certificate in ASP.NET Core 2.1 while Developing

Jwt Unable to valid issuer or audience

How do I get a instance of a service in ASP.NET Core 3.1

Why does Scaffolding Identity for .NET Core 3.1 and .NET 5 in Visual Studio 2019 16.9.5 fail?

@helper directive no longer works out of the box in ASP.NET5 MVC6 beta4.