News

We’ll use this ASP.NET Core Web API project to implement an API gateway with YARP in the sections below. Specifically, we’ll create a microservices-based application that comprises an API ...
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 ...