🎄 Join the .NET Web Academy Holiday Sale here: dnwa.net/4iQODXW 📑 Get your Minimal API Handbook & the Source Code here: dnwa.net/4gON1MA
@pezhmanpiramoun299716 күн бұрын
Thanks Patrick ! Happy Holidays 🎇
@HappyDailyUpdate19 күн бұрын
Love your content from india currently stuck in c# GAC thought to fresh my mind with this.
@Tamer_Ali16 күн бұрын
Thanks Patrick for your awesome videos 👍 why passing the Id in the route in Put endpoint which already contained in updatedGame object?
@kriskata765318 күн бұрын
Patrick thank you for the video. I've always wanted to check Minimal API but never found time to do so. Well after watching the video all I can say is that this approach is different and very javascript-ish and tbh I don't really like it. I still prefer the traditional approach. But I guess that's just me and the fact I am so used to the controllers. Once again thank you for the video. Can't wait for the next ones to learn even more new things! :)
@cocacola753517 күн бұрын
minimal api is usually used for microservices.
@rifatislamrakesh15 күн бұрын
You are not alone!
@junaidkhanvibes-jkv721417 күн бұрын
Beautiful ❤️
@Udodisgustme19 күн бұрын
Hey Patrik! Does this minimal api approach work well with swagger? Can we use Nswag with it like we would be able when using "classical" controller approach?
@10Totti18 күн бұрын
Yes.
@dasfahrer818718 күн бұрын
Is there not a URL property of some sort in "group" that can be used in Post endpoints so you don't have to type in the URL string?
@jaredmatarodriguez871616 күн бұрын
I've being using minimal APIs for a while, I found them so practical that I think I already forgot MVC. Do you think is worth while to relearn it?