.NET Core 3.1 MVC REST API - Full Course

Ғылым және технология

In this full course, we show you how to build a full REST API using .NET Core 3.1. We’ll employ MVC, REST, the Repository Pattern, Dependency Injection, Entity Framework, Data Transfer Objects, (DTOs), AutoMapper to provide 6 API endpoints that will allow you to Create, Read Update and Delete resources.
- Level: Beginner / Intermediate
- My Book: www.apress.com/gp/book/978148...
- My other courses: lesjackson.net/
- Patreon Site (Exclusive Member Benefits!): / binarythistle
- Code on GitHub: github.com/binarythistle/S03E...
---------------
INTRODUCTION
- 1:58 Course Overview
- 4:46 Application Architecture
- 7:30 API DEMO
CODING PART 1 - FIRST 2 API ENDPOINTS (GET / READ)
- 10:10 Project Setup
- 15:30 Create our Domain Model (Command)
- 18:30 Build Our Repository Interface
- 24:46 Implement our Repository Interface (Mock Reposiory)
- 30:46 Create our Controller (CommandsController)
- 35:59 Create 2x API Endpoints
- 48:35 Using Dependency Injection
CODING PART 2 - ENTITY FRAMEWORK & SQL SERVER
- 55:35 Architecture Checkpoint
- 56:58 Set Up SQL Server App Login
- 1:00:36 Entityframework Packages
- 1:03:48 Entityframework Toolset
- 1:05:00 Create our Database Context (CommanderContext)
- 1:08:33 Our Database Connecttion String
- 1:13:42 Register our DB Context in Startup
- 1:18:00 Create Migrations
- 1:21:40 Cancel Migrations & revist Command Model
- 1:23:10 Add Data Validations to Command Model
- 1:24:49 Create Migrations (Again!)
- 1:26:05 Run Migrations against Database
- 1:28:04 Add Data to Database
- 1:32:34 Revist Our Repository to use DB Context
CODING PART 3 - DATA TRANSFER OBJECTS & CREATE ENDPOINT
- 1:41:11 Architecture Checkpoint
- 1:42:01 Why Data Transfer Objects?
- 1:48:34 AutoMapper Package & Startup Registration
- 1:51:42 Create our first DTO
- 1:53:40 Creating a mapping Profile
- 1:57:07 Updating Our Action Results to use DTOs
CODING PART 4 - PUT, PATCH & DELETE API ENDPOINTS
- 2:04:14 Architecture Checkpoint
- 2:05:40 Updating our Repository for Creating Resources
- 2:12:14 Create a New DTO (for Creating)
- 2:15:47 Create 3rd API Endpoint to Create Resources
- 2:26:38 Use CreatedAtRoute to return 201 CreatedAtRoute
- 2:35:07 Add Annotations to DTO to avoid 500 Errors
- 2:44:10 Update Repository to Support Updates
- 2:47:09 Add a New DTO (for Updating)
- 2:50:08 Add 4th API Endpoint for Updating (PUT Request)
- 2:52:56 Update our AutoMapper Profile
- 3:00:58 Overview of PATCH
- 3:05:00 Install 2x packages to support PATCH
- 3:07:09 Update Startup
- 3:08:43 Update our AutoMapper Profile (Final Update)
- 3:09:39 Add 5th API Endpoint for Updating (PATCH Request)
- 3:19:45 Add 6th API Endpoint for Deleting (DELETE Request)
FINAL THOUGHTS & ACKNOWLEDGEMENTS
- 3:25:31 Final Thoughts
- 3:26:20 Patreon Supporter Credits

Пікірлер: 1 300

  • @ejhoyyumul6450
    @ejhoyyumul64503 жыл бұрын

    Can you share the code?

  • @binarythistle

    @binarythistle

    3 жыл бұрын

    Hey mate, yes you can find the code on GitHub here: github.com/binarythistle/S03E02---.NET-Core-3.1-MVC-REST-API

  • @khoroshoigra8388

    @khoroshoigra8388

    3 жыл бұрын

    Hi ate

  • @lorenzoarce2760

    @lorenzoarce2760

    2 жыл бұрын

    @@binarythistle HOW IT CAN BE IMPLEMENTED USING ORACLE AS A DATABASE

  • @avanthasiriwardana

    @avanthasiriwardana

    2 жыл бұрын

    @@lorenzoarce2760 you can do it with Oracle Data Provider for .NET Entity Framework Core

  • @STUPIDYOUTUBE_AI

    @STUPIDYOUTUBE_AI

    2 жыл бұрын

    @@khoroshoigra8388 hi koya

  • @WolfieVenturi
    @WolfieVenturi4 жыл бұрын

    This is seriously great. Keep these coming!

  • @souflikar6702
    @souflikar67023 жыл бұрын

    So glad I found Les and his outstanding tutorials. Thank you Les for taking the time and explaining things in such a simple but structured manner. Subscribed!!!

  • @gavinbeang
    @gavinbeang3 жыл бұрын

    Probably one of the best tutorials I have ever seen, cant wait to watch your others

  • @ana-mariatomasson2361
    @ana-mariatomasson23614 жыл бұрын

    Brilliant presentation, thank you for your amazing work on this channel! I stayed hooked until the very end.

  • @VinuP2023
    @VinuP20234 жыл бұрын

    Thank you so much Les 🙂🙏. I haven't watched yet. But thanks for your hard work and you are an amazing teacher. Hope you make more videos and wish your channel all the best.

  • @IamPali2024
    @IamPali20243 жыл бұрын

    One of the best thorough tutorials on KZread. The best part is that the tutorial enforces best practices DI, mocking, data mapping and much more. Thank you for the awesome work....

  • @ahkamn
    @ahkamn3 жыл бұрын

    So glad to have you back! Please keep making content, they are amazing

  • @MrCaioragazzi
    @MrCaioragazzi4 жыл бұрын

    Thank you very much for this video Les!!! Spent my Sunday watching and practicing!!! I wish you all the best!

  • @BlueHorse911
    @BlueHorse9114 жыл бұрын

    Eureka, or Thank you, this was one of the most interesting course have followed ! Brilliant

  • @wordonice4457
    @wordonice44574 жыл бұрын

    It's 2:04AM. Just finished this. Started sometime around the evening. Was so worth it. Thank you very, very much, Les!

  • @claudioserio1375
    @claudioserio13754 жыл бұрын

    Great video, thank you for creating it. I appreciate the way you go into detail, demonstrate the possible pitfalls and outline areas that may require additional reading for those that are interested. I plan to review your other videos. I have purchased your book as a token of my appreciation. Keep up the great work!

  • @kasendentambwe3435
    @kasendentambwe34353 жыл бұрын

    Never stop doing tutorials like this, you have helped me more than you think, and I'm sure a lot of people feel the same! Thank you very much!

  • @nicklasselsmark886
    @nicklasselsmark8862 жыл бұрын

    Thank you so much for this course! I have been looking for a "best practice" course, that doesn't just use the controller and such. I can't thank you enough man! Great explanations and everything! :)

  • @michalisp1121
    @michalisp11213 жыл бұрын

    I really like that you don't edit the video to 'hide' any mistake. This can teach us a lot, as for sure we are going to find ourselves in similar situations. Keep up the good work!

  • @htowns5822
    @htowns58222 жыл бұрын

    Thank You Les for this amazing course, You explain concepts well before diving into writing code instead of just writing code and telling us the end result. Really appreciate you.

  • @joelfaresjomelander3542
    @joelfaresjomelander35423 жыл бұрын

    This is great! I like that you break it all down into small and comprehensible steps. Very easy to follow

  • @DS-ji1cz
    @DS-ji1cz4 жыл бұрын

    It took me nearly 8 hours to watch and do it on my own. I feel confident about my basics now. Thanks Les.

  • @DarthKamci0
    @DarthKamci03 жыл бұрын

    This course helped me immensely! I have one suggestion - how about updating the video with chapters (shown on the red bar)? KZread added the functionality in May and I think including them here would improve the experience a lot and help come back to the vid if you don't have the time to digest it in one sitting.

  • @stevenstone307
    @stevenstone3073 жыл бұрын

    Les, I can't tell you how helpful this has been to me!!! THANK YOU

  • @Abelfubu
    @Abelfubu3 жыл бұрын

    Thank you so much for this! I have struggled to find a slow paced, well documented and well explained like this, you are the best!

  • @TheDarkZeroGame
    @TheDarkZeroGame3 жыл бұрын

    moment you started to speak, i knew i was gonna enjoy learning from you. I can listen to you read a phone book!

  • @towseefahmed6328
    @towseefahmed63284 жыл бұрын

    Thank you so very much Les, You have covered so much in it which i missed in other tutorials even the paid tutorials do not explain this topics. thank you very very much May God Bless you!!!

  • @binarythistle

    @binarythistle

    4 жыл бұрын

    Thanks Towseef!

  • @junfengou6856
    @junfengou68563 жыл бұрын

    Massive thank you for explaining every step and making it so simple to follow through!

  • @Keyserawne1334
    @Keyserawne13343 жыл бұрын

    Thank you so much for this, you helped me greatly as a programming student. The clear explanation and a bit of humour here and there was much appreciated. Looking forward to more videos. You seem like a great person, thanks again and take care.

  • @alirezahamidi893
    @alirezahamidi8934 жыл бұрын

    That Was Amazing I Never thought i can get a full learning of dotnet core in 3 hours. I Watched it second by second and Thank you for what you teached me

  • @user-em3lf3ze4e

    @user-em3lf3ze4e

    3 жыл бұрын

    It is not a full learning of dotnet core.

  • @SuperWolffighter
    @SuperWolffighter4 жыл бұрын

    Really Enthusiastic Learning session. Fantastic. Really learned a lot. Thank you very much. Wishing you a very good luck. Goodbye

  • @ahmedsaad8919
    @ahmedsaad89194 жыл бұрын

    @Les Jackson Thank you for your effort for this great course ! Great work , regards from Egypt

  • @mohamedgamal5108
    @mohamedgamal51084 жыл бұрын

    I do not usually watch long tutorials like that. Your style was amazing and right on point. Wish for you and your family all the best too

  • @papillonx101
    @papillonx1014 жыл бұрын

    As for me , this is by far the best tutorial on Web API so far(and I have seen different of them). Great work!

  • @binarythistle

    @binarythistle

    4 жыл бұрын

    Oh Hi Kenan - thanks for awesome feedback - made my day! Cheers, Les

  • @kushalban3008
    @kushalban30084 жыл бұрын

    Please make tutorials on Microservices too. People need it. Thanks for your effort 👍😘

  • @TheDashang007

    @TheDashang007

    3 жыл бұрын

    hi, let me know too if anything regarding micro service

  • @fabiosouza8732

    @fabiosouza8732

    3 жыл бұрын

    why people need microservices?

  • @Paraclete333

    @Paraclete333

    3 жыл бұрын

    @@fabiosouza8732 Because when you're developing for Cloud systems, you'd rather work with serverless computing.

  • @eliassal1

    @eliassal1

    3 жыл бұрын

    @@TheDashang007 agree good idea

  • @protacio7895

    @protacio7895

    3 жыл бұрын

    @@fabiosouza8732 alternative way of development with cloud computing. most of the company who use microservices have or planning to extend their product.

  • @jimcrawford2833
    @jimcrawford28333 жыл бұрын

    Start to finish, you hit all the salient points and imparted what I needed. Thank You!

  • @shinerareru5332
    @shinerareru53324 жыл бұрын

    Legit only good tutorial on this I could find, thanks so much for taking the time to walk through this and have be a good reference point!

  • @f0rty7even9
    @f0rty7even93 жыл бұрын

    a quick tip; instead of having to restart your dotnet server each time you make an update to your code, you can use `dotnet watch run`. this will restart your server automatically every time you update your code =)

  • @binarythistle

    @binarythistle

    3 жыл бұрын

    Great tip thanks!

  • @andrewtechful

    @andrewtechful

    3 жыл бұрын

    Thanks for the tip! I just saw this as I'm wrapping up the tutorial lol. Wish I knew it was built in.

  • @f0rty7even9

    @f0rty7even9

    3 жыл бұрын

    @@andrewtechful Glad I could help :)

  • @swimorca3d505

    @swimorca3d505

    3 жыл бұрын

    Now making a note of that one. Useful.

  • @martopad
    @martopad4 жыл бұрын

    Thank you so much for this tutorial! Doing this on a text editor, as opposed to an IDE, made this tutorial much more educational.

  • @jeffbreuninger7036
    @jeffbreuninger70363 жыл бұрын

    Les, THANK YOU!!! Great video - very well done. You lay the content out very well and explain it even better.

  • @abhishekkempanna8280
    @abhishekkempanna82803 жыл бұрын

    Thanks Les! you focused well on concepts+architecture with coding. Really liked and understood quite well the overall process by the end

  • @matrixRule127
    @matrixRule1274 жыл бұрын

    In the beginning i had a choice, to watch avengers endgame or this video! Ended up finishing this entire tutorial in one go! It was so engaging! Thanks for The video, Les! Love from India!😍

  • @mottahh4162
    @mottahh41624 жыл бұрын

    Thank you, a great video, I would very much like to be redirected to a place where i can see the best practices for make repo, like when you require a pagination, joining tables, etc ...

  • @EricPerezDesign
    @EricPerezDesign3 жыл бұрын

    Excellent video, Les. I really like your style and the way you explain things along the way, with no b.s. Thank you!

  • @manedurphy
    @manedurphy3 жыл бұрын

    You explain everything so clearly, I can understand most of your explanations the first time around and other explanations become clear with the coding demonstrations. Subscribed.

  • @avi062
    @avi0624 жыл бұрын

    I think it's time people should learn more about enterprise standard like this one. Topic on Identity, OAuth 2.0, Error handlers, loggers and schedulers would be great.

  • @TheSlapOff

    @TheSlapOff

    4 жыл бұрын

    Yeah, this would be great.

  • @ashishkhatiwada7828

    @ashishkhatiwada7828

    4 жыл бұрын

    I am not a security expert but Brock Allen is channel9.msdn.com/Events/DEVintersection/DEVintersection-2016/DEV09 and In fact Brock Allen Made Identity server.. Which will use OAuth2.0 for authorization..

  • @Cyclopath83

    @Cyclopath83

    4 жыл бұрын

    Indeed, Authorization and Authentication would be great. Also, a multi-model app would be great. For example, have a model "command" and a model "platform". Just to see how they can interact. And versioning? Since the contract is fixed per version, when you want to add functionality, you should create a new version.

  • @arunece100

    @arunece100

    3 жыл бұрын

    Seen any tutorial like that?

  • @properahmer
    @properahmer4 жыл бұрын

    Great effort and many thanks for such an excellent video

  • @binarythistle

    @binarythistle

    4 жыл бұрын

    Hi Ahmer! Hope you're safe and well, thank you for your lovely feedback. Best wishes from a cold Melbourne! Les

  • @ddshaked18
    @ddshaked183 жыл бұрын

    Thank you sooooo much brother! This was seriously one on of the best and most detailed development videos I've come across. Keep up the good work! :)

  • @ConcernedMan
    @ConcernedMan3 жыл бұрын

    Thanks a ton for this video, you are comprensive, move at a good pace , and entertaining. I learned a bunch and will definitionally be watching more of your videos. Keep up the great content.

  • @jadermolinaribraga5600
    @jadermolinaribraga56003 жыл бұрын

    What a great course, best 3hrs I have ever invested.

  • @robertsan2654
    @robertsan26544 жыл бұрын

    Many, many thanks! Going to get the book! You're a pro.

  • @binarythistle

    @binarythistle

    4 жыл бұрын

    Thanks mate!

  • @marcvooijs9899
    @marcvooijs98993 жыл бұрын

    Learned a lot from your course! Thx for spending so much of your time on this tutorials and the community! I will definitely buy your book!!

  • @savaladaojr
    @savaladaojr3 жыл бұрын

    Hi Les, this is the most amazing video I saw on KZread related to the .NET Core API. You go through the topics smoothly and with mastery. It was my first access to your channel, and for sure I'll be a frequent visitor! Millions of thumbs up to you.

  • @jan-willempannekoek
    @jan-willempannekoek3 жыл бұрын

    Thanks Les Jacksen! Great informative video. However, I do have a question. How should I go about changing the format the api gives back? It's now a JSON, but say I want it to return a GeoJSON format or something, how should I go about making that happen?

  • @gabrielfkeith

    @gabrielfkeith

    Жыл бұрын

    Have to build a parser.

  • @divanvanzyl7545
    @divanvanzyl75454 жыл бұрын

    Why do you use VS Code? I did your tutorial with VS 2019 Community edition, and found it more convenient. Especially when creating new files, and using the NuGet window. Great video, I learned allot. Thank you!

  • @kieran1990able
    @kieran1990able3 жыл бұрын

    Brilliant tutorial!!!! Learnt a lot from just one video. I am going to watch all of your other relevant tutorials about cloud Azure. Thank you Les!!!

  • @pedroreisbr
    @pedroreisbr3 жыл бұрын

    I can't thank you enought for this tutorial, you saved my life, good luck with the channel, very good content!

  • @VikInks
    @VikInks4 жыл бұрын

    me today : "meh.... nothing much to do today, just some basic stuff to do on scss...." KZread : *DING DING MTHRFKR IT'S TIME TO LEARN SOME NEW STUFF!!!!!! Les Jackson just post a new online course* me : "YIIIIIIIPIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII :D" Thank you for your work, it's great and damn good ! Cheers from Switzerland mate

  • @binarythistle

    @binarythistle

    4 жыл бұрын

    Thanks Maxime, and hello from down-under! Hope you enjoy the vid! Cheers, Les

  • @nureyna629
    @nureyna6294 жыл бұрын

    If you get en error at 1:00:18 with SQL login, this video can help: kzread.info/dash/bejne/k4lstMqjlM6pn6g.html

  • @magnus7538

    @magnus7538

    4 жыл бұрын

    This worked for me, thanks!

  • @harryperales
    @harryperales4 жыл бұрын

    wow that was the best tutorial i saw on working with API's in . Core 3.1, well prepared content that can get beginners up and running in no time. thanks and keep up the great work.

  • @divyajayakody2022
    @divyajayakody20223 жыл бұрын

    Thank You So Much... After trying out tons of tutorials I finally found this gem. Please keep making these videos. Much love from Sri Lanka. :D

  • @bodzu6207
    @bodzu62073 жыл бұрын

    00:00 - Intro 2:07 - API Demo 4:45 - Ingredients 6:50 - Application architecture 9:10 - Swagger overview 10:20 - Time to programming - VS Code - Create new project 12:10 - Application anatomy - what is what/Configuration 15:42 - Create Models 18:32 - Look at Architecture 19:19 - Create Data - Repository Interface 24:26 - Leave a like, subscribe and like this comment :) 25:00 - Create Data/MockRepo 31:30 - Create Controller 36:07 - API Endpoints 44:27 - Model binding for HTTP GET requests 45:40 - RUN & test with Postman 48:48 - Dependency injection overview 50:36 - Service Lifetimes 51:30 - Dependency Injection setup 54:50 - RUN & test with Postman PART II Entity Framework, Database 55:36 - Application architecture 56:37 - SQL Server Management Studio - Configuration and RECONNECT 1:00:36 - Adding package reference - EntityFrameworkCore/Design/SqlServer 1:04:05 - Test - dotnet ef 1:05:25 - DB context OMG I checked the description at this point

  • @taamcyat
    @taamcyat2 жыл бұрын

    Excellent work! Perfect pace!

  • @philc7449
    @philc74493 жыл бұрын

    Great content -- not too much fluff, just straight forward and to the point. Finally someone who puts it all together just as we would in a professional environment without all the silly stuff

  • @karanpandya7380
    @karanpandya73804 жыл бұрын

    Many thanks. The way you explain each and every functionality is just awesome. Thanks for all your efforts!!!

  • @aLX1950
    @aLX19503 жыл бұрын

    Amazing content! Every second of the course is gold. I'll buy the book for payment in exchange for the knowledge provided. A grateful student.

  • @rockydonet
    @rockydonet4 жыл бұрын

    OMG, how lucky I saw this guide! Thank you very much & hope to see more .net : D

  • @anjaliu9967
    @anjaliu99672 жыл бұрын

    I am so glad I found this video on KZread! Wanted to brush up on the API concepts as I had lost touch of programming since 2yrs. Just completed the whole video and feeling confident now. Can't thank you enough Les! Keep it up!

  • @mathewsgeorge9174
    @mathewsgeorge91742 жыл бұрын

    Loved this course. Learned so much. Will be looking for more videos.

  • @PlayRiteProductions
    @PlayRiteProductions3 жыл бұрын

    The course helped me out a lot! I went through a lot of ASP.NET Core API videos but this one is the best so far, thank you. Please make more videos, your teaching ability is very rare.

  • @cv5918
    @cv59183 жыл бұрын

    Oh my gosh i love those tutorials. So useful and clearly explained. Thank you and we r looking forward to more videos from you man! Have a nice day.

  • @ojob7733
    @ojob77332 жыл бұрын

    WOW! Many thanks to you Les Jackson, it's wonderful learning from your video

  • @swimorca3d505
    @swimorca3d5053 жыл бұрын

    Fantastic course. Great work Les, much appreciated.

  • @sergiocamacho730
    @sergiocamacho7304 жыл бұрын

    Hey, Les. I loved your tutorial. As others pointed out, It was really easy to follow along, and your explanations were clear and concise. I hope you keep doing this tutorials about ASP. NET Core. As a side note, I already bought your book so I have a lot to dig into. Cheers from México. Sergio Camacho

  • @dianalewis7114
    @dianalewis71142 жыл бұрын

    Thank you for taking the time to explain this from start to finish! For once I was able to finish a tutorial without getting stuck because some detail or another was skipped. Wonderful Teaching!!

  • @denisvini58
    @denisvini583 жыл бұрын

    One of the best courses that i have ever seen ty. Nice work.

  • @paulz1862
    @paulz18623 жыл бұрын

    Thank you very much! After 3Hr, what a great course!

  • @anayeatrabbikhan9083
    @anayeatrabbikhan90832 жыл бұрын

    just wow jackson. your way of explain the thing is great... Thanks

  • @AsimKhan-nh6mg
    @AsimKhan-nh6mg2 жыл бұрын

    everything is very clear and consice within the context on the point just love it thanks alot

  • @gurjitbhairon6669
    @gurjitbhairon66693 жыл бұрын

    A great comprehensive course . Many thanks Les.

  • @alexveeuk
    @alexveeuk4 жыл бұрын

    Honestly I’ve subscribed due to this video alone. Thankyou !! Keep it up 👍

  • @monikajha3500
    @monikajha35004 жыл бұрын

    Such a clean and to the point tutorial Les! I am very impressed. Thank you so much for making such tutorials.

  • @binarythistle

    @binarythistle

    3 жыл бұрын

    You're very welcome Monika!

  • @michaelreynolds4816
    @michaelreynolds48163 жыл бұрын

    This is an EXCELLENT course. Les is easy to follow and he is a terrific teacher.

  • @ashpeterson177
    @ashpeterson1774 жыл бұрын

    Really good tutorial, clear and concise! Very easy to follow, thank you very much!

  • @pz3328
    @pz33283 жыл бұрын

    These videos are the best in the web! A lot of practice and knowledge. Everything condensed and showed in simple way!

  • @omostan
    @omostan3 жыл бұрын

    Brilliant! I can't say thank you enough for the fantastic video. I learned a lot of new things. I must say that you are an excellent teacher for sure. Thank you so much for sharing your knowledge with the world! Most of all, thank you for your patience and a fantastic work well done!

  • @tanmaysheoran1677
    @tanmaysheoran16773 жыл бұрын

    This video is gold. Thank you so much for this brilliant content. Keep it up

  • @Tranquility_00
    @Tranquility_0010 ай бұрын

    This is top notch course. Thank you so much for your hard work !!

  • @danatabatabaieirani7484
    @danatabatabaieirani74843 жыл бұрын

    What an amazing video to quickly dive into .NET MVC. I've learned a lot by watching your video (and ofcourse programming with it at the same time). Keep up the great work!

  • @cry3932
    @cry39323 жыл бұрын

    Big thanks to Les! This is the best video I found to introduce ASP.Net Core Rest API on KZread!

  • @BluetonicUK28
    @BluetonicUK282 жыл бұрын

    This was absolutely fantastic! I'm looking forward to sitting through your Microservices video. Thank you!!!

  • @nicolass8941
    @nicolass89413 жыл бұрын

    Excellent training, with understandable speech and concrete exemples ! Decided to buy the book :)

  • @sicubogdanandrei9332
    @sicubogdanandrei93323 жыл бұрын

    I did watch and try everything from this video. It actually helped me a lot because I'm at an internship on .NET and as it is something new for me, I rly needed some extra help. Thank you.

  • @AnonymousDeveloper1
    @AnonymousDeveloper13 жыл бұрын

    Hello Les, thank you for creating this video. I completed the first part so far (up to 55:35) , and well I can say that this video seems to be very well guided. I hope your next videos (especially for beginners and especially about .NET Core web APIs) will be high quality too.

  • @AcidVienna
    @AcidVienna3 жыл бұрын

    Great video from a great instructor! Stay safe & best wishes from Vienna, Austria!

  • @skverma74
    @skverma74 Жыл бұрын

    Quite simple yet detailed. thank you!

  • @Draft3r
    @Draft3r3 жыл бұрын

    Thanks for all the help. This video was very helpful- I also bought the book!

  • @TommyReady
    @TommyReady2 жыл бұрын

    Great refresher on how Rest APIs work in C#. Thanks!!

  • @barrythorne693
    @barrythorne6933 жыл бұрын

    Excellent video with great detail - keep up the good work!

  • @victorregoz
    @victorregoz4 жыл бұрын

    best video tutorial I have seen so far, I listen and followed word by word of this tutorial, I was able to build the API on my mac (using a docker sql container) and actually understood what I was doing. This reflects your ability to properly explain a topic, that is why I will be buying the book for sure.

  • @ehsanghanbari
    @ehsanghanbari4 жыл бұрын

    Thank you, it was great! I learned a lot of things about working with vs code as well!

  • @bena2543
    @bena2543 Жыл бұрын

    Man you are the best that i could have asked here in youtube and even in other platforms, thank you very much!

  • @syeddaniyalhaider2547
    @syeddaniyalhaider25473 жыл бұрын

    Beautifully explained - Thank you

  • @oloruntobijunaid151
    @oloruntobijunaid1513 жыл бұрын

    I really love it, open me up to a lot of things that were obscurity.

Келесі