Razor Pages vs MVC - How Do They Differ?
Razor Pages and the MVC pattern are different ways of building web apps in ASP.NET Core. Let's see how different they really are.
Razor Pages and the MVC pattern are different ways of building web apps in ASP.NET Core. Let's see how different they really are.
Let's make an in-memory "database" with Entity Framework Core and the InMemory provider! Watch out for squirrels!
Swagger and XML Comments make documenting your ASP.NET Core APIs a breeze! Or was it a cinch?... Either way, check it out!
Let's delete a bunch of extra files from an ASP.NET Core MVC default project!
For the next installment in our ASP.NET Core Demystified [https://www.exceptionnotfound.net/tag/asp-net-core-demystified/] series, we will discuss of feature of ASP.NET Core that doesn't really have an equivalent feature in ASP.NET Framework: Middleware. What Are Middleware? Middleware are classes in ASP.NET Core which form