ASP.NET Minimal API Performance
Coding Tutorials Coding Tutorials
14.4K subscribers
2,900 views
113

 Published On Sep 29, 2023

Minimal APIs are an alternative to controllers for developing RESTful Web Services - but where are the performance benefits?

Source code available at: https://github.com/JasperKent/Api-Ben...

Topics include:
- Comparing the structure of Minimal APIs and controllers
- Writing a simple GET endpoint
- Benchmarking API calls
- Comparing performance of Minimal APIs and controllers with BenchmarkDotNet
- Explaining why more complexity means less performance benefit

show more

Share/Embed