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 ...
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.
Q&A Versioning and Documenting ASP.NET Core Services By David Ramel 12/13/2024 Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're ...
With every new .NET release, Microsoft addresses vulnerabilities and improves defenses, but the burden of secure coding practices remains squarely on the developer. Understanding how to harden ASP.NET ...