APIs

Your guide to REST API versioning in ASP.NET Core

Your guide to REST API versioning in ASP.NET Core

In this post, we learn how to use API versioning in ASP.NET Core.

Dave Brock
Dave Brock
APIs
Low Ceremony, High Value: A Tour of Minimal APIs in .NET 6

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.

Dave Brock
Dave Brock
ASP.NET Core
Use ASP.NET Core route-to-code for simple JSON APIs

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.

Dave Brock
Dave Brock
APIs
Simplify your ASP.NET Core API models with C# 9 records

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.

Dave Brock
Dave Brock
CSharp
Use OpenAPI, Swagger UI, and HttpRepl in ASP.NET Core 5 to supercharge your API development

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.

Dave Brock
Dave Brock
ASP.NET Core
Use Project Tye to simplify your .NET microservice development experience (part 2)

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.

Dave Brock
Dave Brock
ASP.NET Core
Use Project Tye to simplify your .NET microservice development experience (part 1)

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.

Dave Brock
Dave Brock
ASP.NET Core