Eric Vogel follows up on his previous post on getting started with ASP.NET Core security. Now that .NET Core 3.0 is out, he shows how to upgrade the code from Part 1 to ASP.NET Core 3.0, put pages ...
Entity Framework Core, Microsoft's object relational mapping (ORM) data access tool, was re-written from the ground up in the shift from the aging, proprietary .NET Framework to the open-source, cross ...
Filters enable you to execute code at certain stages of the request processing pipeline. An action filter is a filter that is executed before or after the execution of an action method. By using ...
.NET Core 3.1 has been released, Microsoft announced on Tuesday. Described as a "small and short release," .NET Core 3.1 focuses on two of the biggest features highlighted in the release of .NET Core ...
Learn the benefits of Data Transfer Objects, why they should be immutable, and how to take advantage of them in your ASP.NET Core applications A Data Transfer Object (commonly known as a DTO) is ...