APIs
Your guide to REST API versioning in ASP.NET Core
In this post, we learn how to use API versioning in ASP.NET Core.
Low Ceremony, High Value: A Tour of Minimal APIs in .NET 6
In this post, let's take a tour of Minimal APIs in .NET 6.
Use ASP.NET Core route-to-code for simple JSON APIs
In this post, we explore how you can use route-to-code instead of controllers, and the benefits and drawbacks.
Simplify your ASP.NET Core API models with C# 9 records
In this post, a quick tip about how to use records to simplify your API models.
Use OpenAPI, Swagger UI, and HttpRepl in ASP.NET Core 5 to supercharge your API development
In the latest post, we look at how easy it is to work with Swagger and HttpRepl in ASP.NET Core 5.
Use Project Tye to simplify your .NET microservice development experience (part 2)
In this post, we use Project Tye to deploy our application to Kubernetes.
Use Project Tye to simplify your .NET microservice development experience (part 1)
In this post, we explore Project Tye, a new developer tool that simplifies developing .NET microservices and distributed applications.