News

The new IEndpointFilter interface in ASP.NET Core 7 lets us design filters and connect them to API endpoints. These filters may change request or response objects or short-circuit request processing.
How to implement logging, read from the configuration system, and use dependency injection in minimal APIs in ASP.NET Core 6.