What is Entity Framework Core? Entity Framework Core (EF Core) is one of the most commonly used database frameworks in ASP.NET Core applications. It is a lightweight, extensible, and cross-platform ...
I’ve always found that creating a web application is a pleasantly rewarding experience. I have to understand quite a number of technologies, tools, and frameworks. These are akin to my toy box.
Parameter binding from forms, antiforgery tokens, and Native AOT are now supported in ASP.NET Core. Here’s how to take advantage of them. ASP.NET Core offers a simplified hosting model, called minimal ...
API Analyzers, introduced with ASP.NET Core 2.2, enable you to follow a set of conventions to improve the documentation of the APIs of your ASP.NET Core applications. API Analyzers work with any ...