Introduction to Minimal APIs | .NET 6

preview_player
Показать описание
The traditional Asp.Net Core application templates are perfect for backend applications. However, if you want to architect microservices and cloud-native applications, those templates can be a little too much.

That's where Minimal APIs come into play. Minimal APIs allow you to create HTTP APIs with minimal dependencies and a minimal number of files.

Today, we will learn about Minimal APIs in .NET 6, and if you stay with me until the end, you'll learn about the use cases that fit Minimal APIs best.

00:00 Introduction
01:04 Creating a Minimal API project
03:03 HTTP GET, POST
07:07 HTTP PUT, DELETE
09:09 Differences
10:12 Use Cases
11:12 Conclusion
11:31 What's Next?

📌 Source Code:

🔥 C#/.NET Bootcamp: The Fundamentals & more (Code FRIENDS10 for 10% OFF)*

📌 .NET Developer Roadmap

📌 YouTube Playlists:

✅ SUBSCRIBE FOR MORE VIDEOS

🚀 CONNECT & SUPPORT

CREDITS

* Affiliate Link: I earn a small commission at no additional cost
Рекомендации по теме
Комментарии
Автор

Great video. Definitely interested in how to implement authentication.

teriyakov
Автор

It helped me a lot, it would be great to learn how to apply authentication

NuclearAndre
Автор

Huh really interesting.. Do you not have to serialize objects before returning them?

DennisIvy
Автор

I'm still trying to get a handle on some of the design patterns and you popped on a singleton and I thought, cool, I can look at another example. Nope. I mean, you do state that it is "out of scope" for the tutorial, but I'm not sure why, other than to separate the details out. Could you perhaps do two repos then, one with the principle and one with all the code used in the video as I like to follow along vs doing hunt and gather throughout the video?

bgroesser
Автор

They are ruining C#. Soon enough it will look like JavaScript and be unreadable

PaulOPeezy