News

While .NET 9 is still in preview status, several new features have been added to minimal APIs in ASP.NET Core 9. I’ll discuss them in a future post here when the official release of ASP.NET Core ...
Figure 1: Model validation in a minimal API in ASP.NET Core 6 using the FluentValidation library. You can also apply custom validators using the IValidatableObject interface.