Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-2.1

Get service from WebApplicationFactory<T> in ASP.NET Core integration tests

Remove "Server" header from ASP.NET Core 2.1 application

Has something replaced bundleconfig.json in ASP.NET Core MVC 2.1?

How to mock the new HttpClientFactory in .NET Core 2.1 using Moq

Running unit tests with .NET Core MSTest: "The following TestContainer was not found..."

What is the difference between Host and WebHost class in asp.net core

Integration and unit tests no longer work on ASP.NET Core 2.1 failing to find assemblies at runtime

How to specify the view location in asp.net core mvc when using custom locations?

Should HttpClient instances created by HttpClientFactory be disposed?

How to seed an Admin user in EF Core 2.1.0?

What is the difference between UseStaticFiles, UseSpaStaticFiles, and UseSpa in ASP.NET Core 2.1?

Identity in ASP.Net Core 2.1< - Customize AccountController

How do I disable HTTPS in ASP.NET Core 2.1 + Kestrel?

Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found

Setting the default value of a DateTime Property to DateTime.Now inside the System.ComponentModel Default Value Attrbute