My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.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 look at some of the new features introduced for MVC controllers in .NET 7…
In this article from my new book we look in greater depth at how the MVC design pattern applies to Razor Pages in ASP.NET Core.…
In this post I discuss unit testing of API/MVC controllers in ASP.NET Core and some of the difficulties you face.…
In this post I describe application parts, how ASP.NET Core uses them to find the controllers in your app, and how to list them.…
In this post I describe an MVC validation attribute that verifies a GUID doesn't have the default Empty value. I also present a generalised version.…
In this post I shown how you can use an IActionFilter in ASP.NET Core MVC to read the method parameters for an action method before it executes.…
Stay up to the date with the latest posts!