Easy Guide to Creating Minimal APIs in ASP.NET

preview_player
Показать описание
Discover the simplicity and versatility of Minimal APIs in ASP.NET with my step-by-step tutorial! Learn how to create HTTP GET, PUT, POST, and DELETE methods effortlessly, using a student management app as a real-world example. Whether you're a seasoned developer or new to ASP.NET, this tutorial will empower you to streamline your development process and build powerful APIs with ease.

00:00 What are Minimal APIs?
1:10 Use Cases
2:00 Project Setup
4:40 HTTP GET
15:48 HTTP POST
19:40 HTTP PUT
25:52 HTTP DELETE
Рекомендации по теме
Комментарии
Автор

Great tutorial! What's the difference between using the curly braces and HttpRequest to enter the id like we did for delete and get vs passing the actual student object like we did with put, and could you use either? 🤔

kaujla
Автор

So cool! Thank you for the video!
But if it's minimal, what is "normal" API, not minimal? Apparently you covered it in the beginning, but I didn't get it :(

sgrodnik