For really simple tiny Web API's, this might make sense especially if you're in a big hurry! But personally, I'll stick with using Controllers for majority of my projects!
@carlogustavovalenzuelazepe5774 Жыл бұрын
I made my own API to serve as an example for my frontend projects for my portfolio
@harrisonbs4 ай бұрын
I've written some decent sized stuff with Minimal. Wouldn't use controllers unless forced to. It's come a long way too in the last year or so.
@EMWMIKE10 ай бұрын
so much knowledge I learned. Many thanks.
@sushanthpoojary4519 ай бұрын
AutoMapper DI nuget package not required , Automapper v13+ includes .AddAutoMapper extension method
@kodindoyannick53283 ай бұрын
Great content! Thank you so much!
@skyhappy Жыл бұрын
I'm gonna hear "in the next video" in my nightmares
@VijayKumar-jc8nd Жыл бұрын
Also please explain about deployment of minimal api in IIS
@me.dwesley Жыл бұрын
Sinto que eu precisava desse vídeo! 🎉
@dp-bhatt Жыл бұрын
Thank you for the video ❤
@kfirabbou Жыл бұрын
thanks for a great video!!!!
@jorkataivanov9520 Жыл бұрын
My name is Broken! :D :D Good one! :) Titles! 🤣
@VijayKumar-jc8nd Жыл бұрын
Architecture pattern used in minimal api?
@sosolowkey9318 Жыл бұрын
Can you guys do a tutorial on R.P.A Development?
@make575perday Жыл бұрын
"All progress takes place outside the comfort zone." _Michael John Bobak
@mumk Жыл бұрын
Thank you very much!
@mohitganorkar Жыл бұрын
HE Shikshan je tumhi dila aahe te aksharsya deva sarakha aahe he shikshan upalabdha karun denya karta dhanya wad
@shajadurrahmanmilton Жыл бұрын
Please add a Database to this project.
@omarious Жыл бұрын
Thank you.
@discreetninja Жыл бұрын
Ehpiyaaiiiiii
@ermancetn Жыл бұрын
- How many Ehpiyaiii do you need? - Yes
@TrOgaN_8 ай бұрын
This is only half of the course, where is the other half?
@markgamal72504 ай бұрын
i think this is only the free part of the course
@samuraipiang8203 Жыл бұрын
Hii❤❤❤❤❤
@VijayKumar-jc8nd Жыл бұрын
What about security in minimal api
@DotNetMastery Жыл бұрын
Security is covered in the advanced course 😊
@hishamogbah Жыл бұрын
@@DotNetMastery Kindly, could you navigate us to the advanced course?
@hishamogbah Жыл бұрын
@@DotNetMastery For subscribers only!?
@AthelstanEngland Жыл бұрын
Just seatch authentication ni minimal apis... Nick Chapas is top guy on a lot of this stuff.
@iM_YdD Жыл бұрын
Plz anyone tell me minimal means???
@ben_5466 Жыл бұрын
small or compressed
@danieldejager1847 Жыл бұрын
Hey broken ;-)
@zikkrype Жыл бұрын
Oh man, that was so slow. How to organize those endpoints? How to group them? How to create modules? maybe you should have focused on than response models and automapper (which sucks btw)
@dhananjayadk4611 Жыл бұрын
1st comment like ❤
@teriyakov Жыл бұрын
First thing to do would be to group endpoints in a separate file so as not to bloat up program.cs. Good explanation, poor implementation.
@RONALDOLOKESH Жыл бұрын
No offense, Julio Casal's videos are way easier to understand than his IMO
@WorldWeb7 Жыл бұрын
1)
@codingjugaad8777 Жыл бұрын
Requesting for Java spring boot course
@jayjeckel Жыл бұрын
Should have put "REST" and/or "Swagger" or something similar in the title so it's clear this isn't about APIs in general, but specifically about REST APIs using Swagger.
@megasuperlexa2 Жыл бұрын
wat
@jayjeckel Жыл бұрын
@@megasuperlexa2 What part of my very clear and simple sentence didn't you understand? And the word is spelled "what", not "wat".
@AthelstanEngland Жыл бұрын
@@jayjeckel to be fair I think the fact it's a minimal API (as per title) means it has to also be a REST API and don't forget Swagger is now really just a toolset to implement the Open API standard.