ASP.NET Minimal API Performance

preview_player
Показать описание
Minimal APIs are an alternative to controllers for developing RESTful Web Services - but where are the performance benefits?

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
Рекомендации по теме
Комментарии
Автор

Minimal or controller-based; which type of API do you prefer? Let me know in the comments.
And if you liked the video, click the 👍.

CodingTutorialsAreGo
Автор

thanks for the video looking forward for the next one

legion
Автор

Great video! Thanks for the explanation. Very good talk. I personally prefer using controllers. I like things simpler but also organized. Congratulations on your 10000 subscribers.

dr_Bats
Автор

Hello Professor!
Thanks for your videos, all of them amazing!
Why don't you start the example project from scratch? Explaining step by step, that would be great!
By the way, I'm trying to learn backend with C#, Would u recommend me books and resources please?

Regards!

Lonchanick