Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-2.1

JsonResult return Json in ASP.NET CORE 2.1

The application completed without reading the entire request body, .net core 2.1.1

Using AspNetUserTokens table to store refresh token in ASP.NET Core Web Api

VS2017 : Target framework drop down does not show .NET Core 2.1 option

JavaScriptSerializer is not allowed in .net core project?

Is .NET Core Runtime backwards compatible with previous releases?

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