Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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.

@Ajax.ActionLink in ASP.NET 5 MVC6

How to handle errors differently for (or distinguish between) API calls and MVC (views) calls in ASP.NET Core

Where to find System.DirectoryServices in ASP.NET Core 2.0?

add google authentication to **Existing** .net core 2 web api project

How to get current Serilog MinimumLevel

asp.net-core serilog

In ASP.NET Core 3.1, how can I schedule a background task (Cron Jobs) with hosted services for a specific date and time in the future?

.NET Core doesn't depend on any installation?

c# .net asp.net-core .net-core

Running background tasks periodically in an ASP.NET Core RC2 application

Is it better to use Automapper in controller or repository pattern?

ASP.NET Core WebApi HttpResponseMessage create custom message?