That's the tutorial I was looking for, everything is so updated and you taught in the most simplified way possible. Great work there. Thanks a lot
@PatrickGod2 жыл бұрын
Thank you so much for your feedback! Glad I could help. 😊
@matthewbaier7662 жыл бұрын
I have posted like four comments on this video. Seriously, this video was INCREDIBLY HELPFUL!!! I was actually able to make it through the entire video because you did not assume ANYTHING about our skill and code setup. Seriously, thank you very much for this incredible video. I learned more in this video about API's than I have on my own research the past two months.
@matthewbaier7662 жыл бұрын
39:00 My goodness THANK YOU! You have no idea how many videos I came across where they assumed you are using a database and don't actually walk through setting up the connect strings to your own Sql server.
@zing-rsa Жыл бұрын
This is a great video man. Most people just scaffold everything in tutorials, this one shows you whats happening one level deeper. Thanks.
@biradarsm2 жыл бұрын
Excellent piece of material, I just followed it for an hour till Entity Framework, and was able to understand the in and out of WebAPI along with Swagger. Great Job. Superb Explaination
@PatrickGod2 жыл бұрын
Thank you very much for your feedback! Glad I could help. 😊
@sleave_exe8 ай бұрын
man i have a technical interview coming up and thank you alot for this,i have used database first and the Scaffold-dbContext it helps alot and it is much simpler then this approach but none the less it did work greatly
@maestromaestro6752 жыл бұрын
I like the way how Patrick goes through his courses. It looks like "let's try and see what will happen" approach, but it's not: everything comes to its place with (mostly without) minimal corrections! Also, don't let his unprettended approach deceive you, because he demonstrates important and useful programming techniques.
@PatrickGod2 жыл бұрын
Hey Maestro, Thank you so much for your kind words! Really means a lot me. 😊 Take care, Patrick
@rafaelperes41402 жыл бұрын
And it feels so easy to watch and sooo informal and pleasant almost like he invited u for coffee, it almost evening, sun is setting and we just randomly doing some code, no stress, just coding 😊
@vascogungui2453 Жыл бұрын
Thank You a million Patrick. Thumbs Up. New follower from today. I've been struggling with EFC for years until today. Again thank You!
@guy98002 жыл бұрын
Following this tutorial really helped close the gaps for me. I was even able to abstract my data access and business logic layers due to the thoroughness of your explainations. Thank you.
@PatrickGod2 жыл бұрын
Welcome! Thanks a lot for your feedback! 😊
@masrurahmed25422 жыл бұрын
This is the best free software Ive seen. Respect.
@LCSL902 жыл бұрын
First off - thanks for the video. I didnt caught up to .net 6 until now. This gives me a good overview in whats new and whats not. :) At 27:33 you could also just return NotFound("Message"); or return NoContent("..."); instead of BadRequest in this case. In your case the NoContent would be the most fitting I guess since you simple have not found the data in your db. In my oppinion this would be a successful request with no result => 204. For me a BadRequest correlates to the input parameters given to the api method. So in this case, if the id was 0 or -n for example.
@PatrickGod2 жыл бұрын
Hey there! Great points! Thanks a lot for sharing. 😊
@FourDollarBill2 жыл бұрын
Hi, Patrick. I've been watching you on KZbin and Udemy for a long time already. You have taught me a lot and helped me to cope with my work. I am very grateful to you. Thank you so much!
@PatrickGod2 жыл бұрын
Really glad I could help! Thanks a lot for your feedback and for staying with me! 😊
@mauricemakesmovies2 жыл бұрын
50:55 This is a reason to subscribe to a channel like yours. It's not just a tutorial video, but also shows some neat tricks. Also, you make it feel like we're two students working on a project of which you know a lot about, which makes it so much easier to keep my attention to. +1 subscriber for the God.
@PatrickGod2 жыл бұрын
This is so kind of you! Thank you very much fellow student. 😉😁
@alexandra-uj5mt Жыл бұрын
شكرًا لهذا الكورس الرائع! لقد استفدت كثيرًا ،وبدأت أتحمس لدراسة ال wep api أكثر ، كل الدعم 🌷🔥
@attilaguba856 Жыл бұрын
This is a perfect start in API after net core MVC. and moving to Blazor as well! Gonna check your courses! Thanks Mate!
@PatrickGod Жыл бұрын
Glad I could help! Hope you enjoy the journey! 😀
@attilaguba856 Жыл бұрын
@@PatrickGod absolutely I do enjoy! 😃! It's kind of addiction! 😁! If you have a a separated courses about implement a payment gateway let's say Stripe / or could be different/ , how to store your credentials like smtp password etc in safe way! How you deploy your web application if you choose a hosting like GoDaddy or Ionos/ or any / with databases SQL ! If I have any further questions could I reach you by email/ if u don't mind/ ?!
@abdulmuksith33912 жыл бұрын
Bro !! its amazing . I started my .Net Web API journey from your video. Its super easy to understand. Thank you very much
@gracenote1082 жыл бұрын
I haven't touched C# and MVC in several months and I don't actively work with it (my work uses Java, and other things). Your video has been a great and timely refresher. Thanks for the work.
@PatrickGod2 жыл бұрын
Glad I could help! Thanks a lot for your feedback! 😊
@danielschmidt25612 жыл бұрын
Vielen, vielen dank Patrick, ueber alles das war sehr schnell und einfach
@PatrickGod2 жыл бұрын
Freut mich! Besten Dank für dein Feedback, Daniel! 😊
@PizzaPime2 жыл бұрын
This Tutorial was awsome, thank you very much. As a small Tipp for the Migration: Use the Commands: add-migration InitialCreate update-database
@dazai83932 жыл бұрын
Thank you so much, i just started to programming like 4 months ago and i was so confused about how to create an API with visual studio 2022 and c#, because there are no tutorials about net 6, im a spanish speaker so, it was even more hard for me to find a simple tutorial. So this video helped me so much to start programming my first API. Again, thanks a lot
@PatrickGod2 жыл бұрын
Glad I could help! Thanks a lot for your feedback! 😊
@KapnKregg Жыл бұрын
The reason you had to restart the app @23:08 is because there was a change in the access modifier for the heroes List during the small refactor earlier. The only reason I know this is because I use the JetBrains Rider IDE instead of Visual Studio, and it gives me a notification whenever I update access modifiers that I will need to restart the app in order for hot loading to work properly.
@desstrax2 жыл бұрын
this is the best tutorial to understand EF. good job!
@malcolmwhild20112 жыл бұрын
Thanks
@PatrickGod2 жыл бұрын
Thank you very much!
@swansonair2 жыл бұрын
Thanks a lot I managed to follow along despite still being on .NET 5. Aside from having to use an older version of the Entity Framework the process is identical.
@PatrickGod2 жыл бұрын
Glad I could help! Thanks for your feedback!😊
@chill-helicopter2 жыл бұрын
Thank you, man. I tried to understand this info in different resources near the month after work. And only your video helped me.
@PatrickGod2 жыл бұрын
Glad it helped! Thanks for your feedback! 😊
@sarah-gv1rv2 жыл бұрын
You are such a Life Saviour ThankYou for making Life easiar.
@PatrickGod2 жыл бұрын
Glad I could help! Thank for your feedback! 😊
@johnxisde2 жыл бұрын
Patrick, i really appreciate this hour with you! thank for all!
@Throllfinn5 ай бұрын
Incredible work! Clarified so many things for me.
@PatrickGod5 ай бұрын
Great to hear! Thank you! 😊
@icharlie98122 жыл бұрын
Used this vid and a few others to get me through some coding interviews and eventually a much better job! Thanks for the content Patrick. Really great stuff!
@PatrickGod2 жыл бұрын
This is awesome! Congratulations! And thanks so much for sharing this! 😄
@nesa65822 жыл бұрын
Give links to those few others :D
@frelle61002 жыл бұрын
That was an amazing tutorial, I've been looking through many tutorials now, most are outdated and/or are doing and/or explaining things in a non-beginner-friendly way.
@mohmmedyaseen58582 жыл бұрын
Cleared my many doubts from this video... I wish you could have explained the last part(DB update using Controller)as you did in the first
@WasayTech Жыл бұрын
Honestly the best regarding .Net so far. Awesome❤🔥
@PatrickGod Жыл бұрын
Thank you! 🙏
@skylycan007 Жыл бұрын
I am so happy because i learnt something with your video! nice teaching!
@PatrickGod Жыл бұрын
Glad I could help! 😁
@umidkurbanov5495 Жыл бұрын
Really awesome and simple explained. Love this course
@antonyou16422 жыл бұрын
Thank you!! probably the best tutorial I've ever seen!!
@PatrickGod2 жыл бұрын
Thank you so much for your kind feedback! 🙂
@nhatvytruong55512 жыл бұрын
This is a really really good tutorial for Web API with simple features like: insert, update, and delete. Finally, thank you so much. It very helpful for me
@eo3332 жыл бұрын
Thank you, helped me out allot to understand more what .net 6 is about!
@sraanv5875 Жыл бұрын
this was awesome , helped me alot as a begginer ❤ thank you so much ❤
@On_The_Way_To_Krishna72 жыл бұрын
Thank You, So much i was suffering from this new version. i m a programmer and if i feel happy i just write in camel case as below ThankYouPatrickGodThisIsAwesome
@PatrickGod2 жыл бұрын
Glad I could help! Thanks a lot for your feedback! 😊
@pabloduarte4470 Жыл бұрын
I really appreciate the effort you put into this tutorial. It is super nice how you explain everything from the base, giving coherence to all the explanation.
@johnqu1t2 жыл бұрын
Thanks for great lesson, i'm a newly applied intern and you just help me survive the first weed xD
@chrisheld84632 жыл бұрын
Love the track lighting!
@PatrickGod2 жыл бұрын
Thanks! Me, too! 😊
@rjfrdvlpr2 жыл бұрын
excellent video helped me a lot, I managed to do it without using visual studio only with vim and linux terminal helped me a lot to improve s skills, ty
@omarfathy17953 жыл бұрын
Thanks, Patrick I understand your easily steps, I am form egypt
@PatrickGod3 жыл бұрын
Glad you like it! Thanks for your feedback. 😊
@carol002102 жыл бұрын
Your tutorial helped me setting the data layer for my web application. Without it I'd have to ask my senior devs even more for help, which would cost them a lot of time. I still need to recap it and understand what is happening at each step, but still it helped a lot already. Thank you so much for it. Would you say your course explains in detail what each of the components are? I studied classes, interfaces and so on but would need some refresh there tbh. If yes, let me know and I'll consider buying your course :)
@rfsnjn2 жыл бұрын
the tutorial was Amazing , looking foward to another video , thanks a lot
@PatrickGod2 жыл бұрын
Glad you liked it! Thank you so much! 😊
@shantkumarbiradar9255 Жыл бұрын
Just here to say, 'Thank you and it helped me'!!
@PatrickGod Жыл бұрын
You're welcome! Thank you for sharing that! 😊
@claudioalvarez98022 жыл бұрын
Excelent tutorial!... the most effective way to update knowledge :D ... thank you from Chile!
@PatrickGod2 жыл бұрын
Glad it was helpful! Thank you so much for your feedback! 😊
@BrenoMontanari2 жыл бұрын
Thanks Patrick. This is such a nice video ! Cheers from Brazil !
@PatrickGod2 жыл бұрын
Glad you enjoyed it! Thanks for your feedback! 😊
@pieteb_nl2 жыл бұрын
Good stuff! Spend most of my Sunday following along and figuring stuff out. My first succesfull .NET API project with actual db connection. Learned a ton, thanks!
@PatrickGod2 жыл бұрын
So glad I could help! Congrats! Thanks a lot for your feedback! ☺
@Golden_games2 жыл бұрын
love this. thanks now I can make an api with entity framework
@AnuragKumar-gc4bg2 жыл бұрын
A big Thank You to you. This Video help me in all way to understand each lines of Controller Class. From last three days I went to many tutorials but I found correct explaination here.
@PatrickGod2 жыл бұрын
Thank you so much! Great to hear that! 😊
@johanvacca50442 жыл бұрын
Hi, im Johan Vacca from Colombia. Currently im in a learning process with .NET 6 because i really need it for my work. I recently bought an Udemy course but i only learned C# because it was in .NET core and most of the information of this course not working in my MVS 2022 with .NET 6... I'll start this video with patience. I'll tell u guys if this works on me, cya!
@Sofíaaaaaaa192 жыл бұрын
wow!
@johanvacca50442 жыл бұрын
Hi guys i finally ended this video and it works for me. Patrick was very smart, funny and simple in his educational method. I already know how to create a Web API in .NET 6 with CRUD and succefully connected to DB with DBContext configurated included. Thanks a lot!
@sayukireload2 жыл бұрын
Thank you, it is clear and straightforward to follow.
@eliy55502 жыл бұрын
THANK YOU SO MUCH YOU ARE A LIFE SAVER DUDE!
@PatrickGod2 жыл бұрын
Happy to help! 😊
2 жыл бұрын
Gracias a ti encontré mi primer trabajo como desarrollador .net, gracias
@fInDmEbRuh Жыл бұрын
Thank you so much Patrick. It's really very helpful🙂
@srikantnandhakumar32372 жыл бұрын
Amazing CRUD tutorial , thanks very much for the valuable walkthrough
@PatrickGod2 жыл бұрын
Glad it was helpful! Thanks a lot for your feedback! 😊
@abhinavsharma1472 жыл бұрын
Amazingly explained thankyou Patrick God
@oguzhangundogdu48202 жыл бұрын
my friend patrick probably you are the best
@PatrickGod2 жыл бұрын
Thanks a lot! Appreciate it! 😊
@oncalldev2 жыл бұрын
Very well done. Trying to get my mindset back to C# development and this was a nice refresher on serveral topics relating to API, EF and migrations.
@PatrickGod2 жыл бұрын
Again, thank you very much for your feedback, Bruce. Means a lot. 😊
@mateusloubach2 жыл бұрын
since you have exp in c# and back-end, mind throwing me a few tips regarding how to take this db and create a front-end page to insert these informations?
@geckotech3982 жыл бұрын
Extremely good introduction to dotnet APIs using SQL, was not hard for me to dockerise this as well :)
@PatrickGod2 жыл бұрын
Thank you so much for your feedback! Appreciate it! 😁
@jOEY-nl8vb2 жыл бұрын
Thank you Patrick, This one was the most usefull for me. Good luck bruh
@PatrickGod2 жыл бұрын
Glad it helped! Thanks a lot for your feedback!
@venkateshpatange23152 жыл бұрын
Hello Patrick. Thank you very much for this fantastic tutorial.
@slopesjoe2 жыл бұрын
Incredible! Thank youvery much! I'm gonna learn about your paid courses right now!
@PatrickGod2 жыл бұрын
Awesome! Thank you so much!! 😁
@adesheddie12 жыл бұрын
The tutorial was great, I enrolled in your .Net 5 Web API Jumpstart, it's awesome as well, This video helped me understand working with Visual Studio with .Net, and your course is in VS Code, which is really great, hope I will become good at .Net by the end of the course. Cheers!
@PatrickGod2 жыл бұрын
That's awesome, Adesh! Thank you so much! 😊
@adesheddie12 жыл бұрын
would be great if we get a tutorial for compressing large JSON responses using gzip etc.......
@bhalchandrapatil72012 жыл бұрын
Very well explained. Tutorial is very helpful to start the project work...!!
@PatrickGod2 жыл бұрын
Glad it was helpful! Thanks a lot for your feedback!
@abduimam7852 жыл бұрын
Great / Fast / Simple / Short video / select the needed part to know ..
@PatrickGod2 жыл бұрын
Glad you liked it. Thanks for your feedback!
@Mike-Zz2 жыл бұрын
Quick video, great explanation, great mic. +1 SUB
@PatrickGod2 жыл бұрын
Awesome, thank you so much!
@prodrigu752 жыл бұрын
Very good tutorial dear, the content is extremely clear. However, I "missed" you to say something about the stored procedures and functions within the NETFrameworkCore. You deserve your cup of coffee! Greetings from Santiago de Chile.
@samjakrishnan69692 жыл бұрын
I'm so glad that I found your channel. This video did give me the exact Jumpstart. Thank you again!!👍
@PatrickGod2 жыл бұрын
Thanks a lot for your feedback. Glad I could help. 😊
@rushikeshsatkar5992 жыл бұрын
Amazing Tutorial Buddy..! If I decide To add JWT Authentication to the SuperHeroAPI then What I do..? Please Help..!
@ganny18912 жыл бұрын
Great tutorial man! Thank you for your help, everything was well explained.
@PatrickGod2 жыл бұрын
You're welcome! Thank you so much for your feedback! 😊
@alexeymyasnichenko33183 жыл бұрын
Thanks man! Hello from Syberia!
@PatrickGod3 жыл бұрын
Hello there! Thank YOU! Greetings from Germany. 😀
@chandimadasanayaka17052 жыл бұрын
Thank you very much, this has really helped me to complete one of my assignment 🙌
@PatrickGod2 жыл бұрын
You're very welcome!
@WesDoyle2 жыл бұрын
Nice work, Patrick!
@PatrickGod2 жыл бұрын
Thank you very much, Wes! Great channel you got there! 😊
@amansrivastava8342 жыл бұрын
Thanks man really appreciate ur work.. Love from India👍
@PatrickGod2 жыл бұрын
My pleasure! So nice of you. Thanks! 😊
@rmeera34342 жыл бұрын
Excellent, very good explanation thank you so much Mr.
@PatrickGod2 жыл бұрын
Glad you liked it! Thanks a lot for your feedback! 😊
@Tally_RSA2 жыл бұрын
Thank you for the Updated Api Dotnet 6. It really helped me continue a Udemy Course(Asp.Net 5) I was stuck on
@PatrickGod2 жыл бұрын
Glad it helped! Thanks for your feedback. Still working on the update on Udemy. I am in the recording process. It is coming!
@isharaperera06292 жыл бұрын
This is great for actual beginners. Thank you man!
@hasanozcifci110 ай бұрын
great tutorial, you are a super hero
@darkmage19752 жыл бұрын
47:02 First of all thank you so much! A great tutorial, it's a pleasure to follow you. Said that...I can't go over this point, since the "dotnet ef migrations" returns me this error: "An error occurred while accessing the Microsoft.Extensions.Hosting services. Continuing without the application service provider. Error: Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: ApiMobile.Data.DataContext Lifetime: Scoped ImplementationType: ApiMobile.Data.DataContext': Unable to resolve service for type 'Microsoft.EntityFrameworkCore.DbContextOptions`1[Microsoft.EntityFrameworkCore.DbContext]' while attempting to activate 'ApiMobile.Data.DataContext'.) Unable to create an object of type 'DataContext'." Could someoune please help? Thank you and thanks again Patrick.
@Ostap-vq1mh2 жыл бұрын
Thank you very much! That's the tutorial I was looking for
@PatrickGod2 жыл бұрын
Glad I could help! Thanks a lot for your feedback! 😊
@meryemar74033 жыл бұрын
Thanks Patrick, I can't help saying that you have absolutely nicest working environment:)
@PatrickGod3 жыл бұрын
Haha, thank you very much! Appreciate it. 😁
@viniciusvieira48842 жыл бұрын
Simple and didactic. Very good
@PatrickGod2 жыл бұрын
Glad you liked it! Thank you so much for your feedback! 😊
@mannamramakrishna48472 жыл бұрын
This tutorial is very Nice and the most updated tutorial I have seen. Requesting U Sir, to do a tutorial on How these Dotnet interact with react js
@PatrickGod2 жыл бұрын
Thanks for your feedback! React is on my roadmap! 😊
@brandonparkinson39243 жыл бұрын
This is a great guide - so much so I have purchased your udemy course. Thank you!
@PatrickGod3 жыл бұрын
Awesome, thank you sooooo much!!
@netsurfers93572 жыл бұрын
You should do a tutorial on Class Library's verses Stored Procedures, when to use them, what they are used for, DAL, and security features. I have seriously thought about writing a book on this, including Razor extensions, CRUD, EF. The new Razor syntax is even more powerful than ever before, great to understand, and moves into Blazer web development if needed, which is what I think the future will be in coding practices.
@georgetuccio60532 жыл бұрын
Very nice courses. To the point and helpful
@PatrickGod2 жыл бұрын
Glad you like them! Thank you so much! 😊
@CharlesBurnsPrime2 жыл бұрын
You might consider doing a video using Dapper instead of EF. Dapper is much faster than EF, and much simpler (unless the application needs to support multiple DBMSs, in which case SQL would need to be written for each).
@PatrickGod2 жыл бұрын
Added Dapper to my roadmap. Thanks for your feedback, Charles! 😊
@ozzy47382 жыл бұрын
It was easy to follow, very good tutorial - Thanks
@abdulrahmanalenezi6202 жыл бұрын
Man you are a legend! That was so helpful
@mohammadahsan78732 жыл бұрын
Thanks Patrick. This video was really amazing. Very helpfull. Thanks a lot. Lot of love... ❤️🎉🙏
@PatrickGod2 жыл бұрын
Glad you enjoyed it! Thank you so much for your feedback!
@jmohan15252 жыл бұрын
I found useful, thanks for your valuable effort Patrick ;-)
@PatrickGod2 жыл бұрын
Glad to hear that!
@BuddikaWeerasinghe-kc7uu Жыл бұрын
You're a life saver.... thank you
@malcolmwhild20112 жыл бұрын
Hey Patrick - you are literally a legend mate :-) thank you for taking the time to post such great content. Helped me with a couple of concepts that I've been struggling with for ages. I have a little boy too, and I've been learning while he's been sleeping ...
@PatrickGod2 жыл бұрын
Great to hear! Thank you very much for your feedback! And I hope you boy is sleeping through. 😊
@rami61802 жыл бұрын
Hello Patrick, I hope you are very well, thanks for sharing your knowledge, my query goes, in listing everything and in deleting I get an internal error 500, I don't know why it is.
@yahyakhan93832 жыл бұрын
Man this is legendary stuff! Thank you so much. Exactly what I was looking for!
@sorajhin2 жыл бұрын
You've earned a sub! This is a very good kickstarter knowledge on building api using dotnet6 and entity framework. Very well explained for a super beginner programer like me 😀 specially on how you explain the DbContext stuffs!