News

Take advantage of the built-in support for OpenAPI in ASP.NET Core to automatically document your HTTP endpoints. Minimal APIs are supported too.
How to implement basic password authentication for a minimal API in ASP.NET Core using a custom authentication handler that validates the user’s credentials against a database.
By David Ramel 07/15/2025 ASP.NET Core and Blazor received the lion's share of updates in .NET 10 Preview 6, with improvements ranging from JavaScript bundler support and server state persistence to ...