Serverless .NET: Building Minimal APIs with .NET 8 on AWS Lambda
Explore how to build lightweight, high-performance serverless APIs using .NET 8's Minimal API framework and the Amazon.Lambda.AspNetCoreServer package on AWS Lambda.
Read moreExplore how to build lightweight, high-performance serverless APIs using .NET 8's Minimal API framework and the Amazon.Lambda.AspNetCoreServer package on AWS Lambda.
Read moreA practical guide to building lightweight, high-performance APIs in .NET 7 using the Minimal APIs framework. Learn how to get rid of the boilerplate and focus on your endpoints.
Read moreAn introduction to Minimal APIs, the new, streamlined way to build web APIs in .NET 6. Learn how to create a fully functional API with just a few lines of code, and see how it compares to the traditional controller-based approach.
Read moreAn introduction to the new Minimal APIs feature in .NET 6. Learn how to build fast, lightweight web APIs with just a few lines of code, and see how it compares to the traditional controller-based approach.
Read more