
Minimal API growing with .NET 7
To create REST API services with Microsoft .NET, the Minimal API was introduced with .NET 6 – with top-level statements based on some C# 10 features. This was great for very small services, but missed some features which are available with .NET 7. .NET 7 features such as typed results, grouped routes, and filters. Continue reading Minimal API growing with .NET 7