November 14, 2022
ASP.NET 7.0 included support for Minimal API endpoint filters. This post looks at how you can use this feature to validate requests using Fluent Validation.
September 9, 2021
The response to ASP.NET 6.0 Minimal APIs has been fairly mixed. In this post I attempt to address some of the questions and concerns raised by the community and explain why Minimal APIs are an important step forward for ASP.NET.
September 2, 2021
This post covers some of the extensibility points offered by ASP.NET 6.0 Minimal APIs to customize model binding
August 28, 2021
ASP.NET 6.0 introduces an alternative way to build HTTP APIs, using the aptly named “Minimal APIs”. This post provides a step-by-step guide on how to translate traditional MVC concepts to this new approach.
April 10, 2021
In this post we explore the new IAuthorizationMiddlewareResultHandler interface in .NET 5 that enables you to customize the HTTP response when authorization fails.