New posts in asp.net-core

What are the differences between app.UseRouting() and app.UseEndPoints()?

Where are the ControllerContext and ViewEngines properties in MVC 6 Controller?

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

Blazor vs Razor

Formatting DateTime in ASP.NET Core 3.0 using System.Text.Json

Replacement for System.Web.HttpUtility.UrlEncode/UrlDecode ASP.NET 5

Is ApiController deprecated in .NET Core

Is Kestrel using a single thread for processing requests like Node.js?

How to update a running asp.net core application on Windows?

How to update the model when using database first approach

Can Razor Class Library pack static files (js, css etc) too?

Get all registered routes in ASP.NET Core

Why is Razor Pages the recommended approach to create a Web UI in Asp.net Core?

Get current URL in a Blazor component

Zip files in .net core with password

How to seed users, roles when I have TWO DbContext, a) IdentityDbContext & b) AppDbContext

ASP.NET Core Entity Framework call stored procedure

The CreateAppHost task failed unexpectedly. MSB4018

How to create a page navigation partial view?

Why is StringValues used for Request.Query values?