New posts in asp.net-core

Proper way to register HostedService in ASP.NET Core. AddHostedService vs AddSingleton

Do we need interfaces for dependency injection?

Mock IHttpContextAccessor in Unit Tests

Using an array in Azure web app settings

ASP.NET Core 1.1 runs fine locally but when publishing to Azure says "An error occurred while starting the application."

How to upgrade EF Core Tools

Access from class library to appsetting.json in Asp.net-core

ASP.Net Core API self hosted logging to file

I am getting "code challenge required" when using IdentityServer4

ASP.NET Core 2.0 JWT Validation fails with `Authorization failed for user: (null)` error

NotNull attribute

How to get IOptions in ConfigureServices method?

Cannot resolve DbContext in ASP.NET Core 2.0

How to restart asp.net core app programmatically?

How to get docker toolbox to work with .net core 2.0 project

How to check if user is authenticated in Razor pages of .Net Core 2.0

When are .NET Core dependency injected instances disposed?

Error handling (Sending ex.Message to the client)

.NET Core include folder in publish

Entity Framework Core - setting the decimal precision and scale to all decimal properties [duplicate]