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 ...
With .NET Core 3.1 Preview 1 announced this week, Microsoft highlighted what's new in the ASP.NET Core component, which isn't much. That's because the first preview release of .NET Core 3.1 included ...
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 ...
Microsoft has released .NET Core 3.1, a relatively minor update following the major release of .NET Core 3.0 earlier this year. This release aims to fix any issues and make more improvements to ...
This repository holds the sample projects used for my HTMX for ASP.NET Core developer's guide. To get started, you'll need a minimum of .NET 6 SDK installed on your development machine. You can get ...
As .NET Core 3.1 will be a "small and short release focused on key improvements in Blazor and Windows desktop," the main new functionality introduced in today's Preview 2 is the suport of C++/CLI, ...