My new book ASP.NET Core in Action, Second Edition is available now! It supports .NET 5.0, and is available as an eBook or paperback. You even get a free copy of the first edition of ASP.NET Core in Action!
In this post I show how to create custom error pages with the StatusCodePagesMiddleware by re-executing the middleware pipeline.…
Mass assignment or over-posting is something to bear in mind when building ASP.NET Core applications. In this post, I discuss some of the ways to stay safe.…
In my last post I looked at the Microsoft.AspNetCore metapackage. In this post I take a look at NetStandard.Library, what it contains and what it is for.…
One of the packages added to many ASP.NET Core templates is Microsoft.AspNetCore. This post takes a quick look at that package and what it contains.…
In this post I discuss approaches to supporting both the current and LTS tracks of .NET Core as a library author.…
This post takes a look at data tokens and how to use them to provide route information in your apps, but generally I recommend avoiding them if you can.…
Stay up to the date with the latest posts!