.NET 7 Minimal API for Beginners 🚀 Full CRUD in 10 Minutes!

preview_player
Показать описание


Table of Contents:
00:00 .NET 7 Minimal API for Beginners 🚀 Full CRUD
00:12 Create the Minimal API Project with Visual Studio 2022
01:06 Add a New Class
01:15 Implement First GET Call
02:45 GET a Single Entity
03:37 Improve the Result of a GET Call
05:17 Implement a POST Call
06:32 Implement a PUT Call
08:26 Implement a DELETE Call

#DotNet #MinimalAPI #PatrickGod
Рекомендации по теме
Комментарии
Автор

This is the type of video that I miss nowdays in the internet, simple, straightfoward and efficient. Excellent work!

edsonrodrigues
Автор

Thank a lot, Excelent Video, full CRUD in a nut shell. the expample that i was looking for ...

miguelcalderon
Автор

Awesome tutorial. Concise and very useful.

horizon
Автор

That's the best video on how to make a simple API.

Niter
Автор

Thanks man,
Very good video, simple and objective.

DanielTadeu
Автор

Can you please make a microservice video?? It would be really helpful. Thank you

sayedbintaher
Автор

why should someone use dotnet core mvc compared to the minimal api anymore? if i render everything on the server like the mvc stuff does it comes with lower performance

xxxxxx
Автор

There is a doubt regarding api, my problem is how to consume jwt token in controller for login, and etc.

hetshah
Автор

but how do we consume this endpoints tho D:

sebastianmantelli
Автор

is it possible to add MapGets at runtime? i.e. Would it be possible to read a database and generate an API for it?

kurtnelle
Автор

Thanks. Newbie question. Would a third party consuming the API know that this was minimal API as opposed to an controller (MVC) api?

AthelstanEngland
Автор

I don't understand why should one use minimal api instead of regular wer api core controller.

abdullahm.
Автор

Patrick! I need help. I’m making my first Web assembly app, and I’m trying to figure out how to deploy it. Do I put the API/server/wasm components under the same folder on my server or not? Thanks so much.

chezchezchezchez
Автор

This looks nice.
But İ dont where will i use this.

testgandmmm
Автор

Let me guess, all the classes you're trying to return should be Json Serilizable, and should have their properties decorated as such?

kurtnelle
Автор

Is it just me or this looks a lot like JavaScript syntax

new-anointingaremu
Автор

This is just for protoyping even Microsoft says this in there documentation

dotnetdevni
Автор

every minimal api tutorial seems to be using only the program.cs file.. not practical

zimcoder