.NET Core 3.1 MVC REST API - Full Course

  Рет қаралды 958,007

Les Jackson

Les Jackson

4 жыл бұрын

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
@ejhoyyumul6450 3 жыл бұрын
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 3 жыл бұрын
@@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_HIDINGMSGS
@STUPIDYOUTUBE_HIDINGMSGS 2 жыл бұрын
@@khoroshoigra8388 hi koya
@souflikar6702
@souflikar6702 4 жыл бұрын
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!!!
@WolfieVenturi
@WolfieVenturi 4 жыл бұрын
This is seriously great. Keep these coming!
@kasendentambwe3435
@kasendentambwe3435 3 жыл бұрын
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!
@IamPali2024
@IamPali2024 4 жыл бұрын
One of the best thorough tutorials on KZfaq. The best part is that the tutorial enforces best practices DI, mocking, data mapping and much more. Thank you for the awesome work....
@wordonice4457
@wordonice4457 4 жыл бұрын
It's 2:04AM. Just finished this. Started sometime around the evening. Was so worth it. Thank you very, very much, Les!
@nicklasselsmark886
@nicklasselsmark886 2 жыл бұрын
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! :)
@htowns5822
@htowns5822 3 жыл бұрын
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.
@philc7449
@philc7449 3 жыл бұрын
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
@michalisp1121
@michalisp1121 3 жыл бұрын
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!
@DS-ji1cz
@DS-ji1cz 4 жыл бұрын
It took me nearly 8 hours to watch and do it on my own. I feel confident about my basics now. Thanks Les.
@mohamedgamal5108
@mohamedgamal5108 4 жыл бұрын
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
@manedurphy
@manedurphy 3 жыл бұрын
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.
@VinuP2023
@VinuP2023 4 жыл бұрын
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.
@papillonx101
@papillonx101 4 жыл бұрын
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
@savaladaojr
@savaladaojr 4 жыл бұрын
Hi Les, this is the most amazing video I saw on KZfaq 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.
@anjaliu9967
@anjaliu9967 3 жыл бұрын
I am so glad I found this video on KZfaq! 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!
@alirezahamidi893
@alirezahamidi893 4 жыл бұрын
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
@Office-Clerk
@Office-Clerk 3 жыл бұрын
It is not a full learning of dotnet core.
@DarthKamci0
@DarthKamci0 3 жыл бұрын
This course helped me immensely! I have one suggestion - how about updating the video with chapters (shown on the red bar)? KZfaq 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.
@joelfaresjomelander3542
@joelfaresjomelander3542 3 жыл бұрын
This is great! I like that you break it all down into small and comprehensible steps. Very easy to follow
@Abelfubu
@Abelfubu 3 жыл бұрын
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
@TheDarkZeroGame 3 жыл бұрын
moment you started to speak, i knew i was gonna enjoy learning from you. I can listen to you read a phone book!
@BlueHorse911
@BlueHorse911 4 жыл бұрын
Eureka, or Thank you, this was one of the most interesting course have followed ! Brilliant
@claudioserio1375
@claudioserio1375 4 жыл бұрын
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!
@JohnSmith-gv7yk
@JohnSmith-gv7yk 3 жыл бұрын
I've finally found a course I can follow and successfully built this API. Massive thanks for your excellent delivery. Liked, subscribed, and bought your book 2 hours in.
@matrixRule127
@matrixRule127 4 жыл бұрын
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!😍
@towseefahmed6328
@towseefahmed6328 4 жыл бұрын
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!
@dianalewis7114
@dianalewis7114 2 жыл бұрын
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!!
@georgeb1951
@georgeb1951 3 жыл бұрын
Just want to say i learned more about Core with EF in the first 30 minutes of this tutorial than in any other video I've viewed..... very well done!
@SuperWolffighter
@SuperWolffighter 4 жыл бұрын
Really Enthusiastic Learning session. Fantastic. Really learned a lot. Thank you very much. Wishing you a very good luck. Goodbye
@martopad
@martopad 4 жыл бұрын
Thank you so much for this tutorial! Doing this on a text editor, as opposed to an IDE, made this tutorial much more educational.
@Keyserawne1334
@Keyserawne1334 3 жыл бұрын
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.
@victorregoz
@victorregoz 4 жыл бұрын
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.
@jadermolinaribraga5600
@jadermolinaribraga5600 4 жыл бұрын
What a great course, best 3hrs I have ever invested.
@kushalban3008
@kushalban3008 4 жыл бұрын
Please make tutorials on Microservices too. People need it. Thanks for your effort 👍😘
@TheDashang007
@TheDashang007 4 жыл бұрын
hi, let me know too if anything regarding micro service
@fabiosouza8732
@fabiosouza8732 4 жыл бұрын
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.
@gavinbeang
@gavinbeang 4 жыл бұрын
Probably one of the best tutorials I have ever seen, cant wait to watch your others
@ahkamn
@ahkamn 4 жыл бұрын
So glad to have you back! Please keep making content, they are amazing
@mottahh4162
@mottahh4162 4 жыл бұрын
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 ...
@properahmer
@properahmer 4 жыл бұрын
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
@pz3328
@pz3328 3 жыл бұрын
These videos are the best in the web! A lot of practice and knowledge. Everything condensed and showed in simple way!
@PlayRiteProductions
@PlayRiteProductions 3 жыл бұрын
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.
@f0rty7even9
@f0rty7even9 4 жыл бұрын
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 4 жыл бұрын
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.
@robertsan2654
@robertsan2654 4 жыл бұрын
Many, many thanks! Going to get the book! You're a pro.
@binarythistle
@binarythistle 4 жыл бұрын
Thanks mate!
@EricPerezDesign
@EricPerezDesign 4 жыл бұрын
Excellent video, Les. I really like your style and the way you explain things along the way, with no b.s. Thank you!
@NicoFlyn
@NicoFlyn 2 жыл бұрын
I am writing to you from Argentina, I want to thank you. With the clear way to explain the topics and follow your steps throughout the video, with another plus in my studies. I got my first job with .NET. Thank you!
@avi062
@avi062 4 жыл бұрын
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?
@jan-willempannekoek
@jan-willempannekoek 3 жыл бұрын
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 2 жыл бұрын
Have to build a parser.
@jeffbandle2916
@jeffbandle2916 2 жыл бұрын
Brilliant! I just came on this by accident and it is so well done. I'm an old programmer dog trying to learn some new tricks and this has been immensely helpful..thanks again and cheers.
@jimcrawford2833
@jimcrawford2833 3 жыл бұрын
Start to finish, you hit all the salient points and imparted what I needed. Thank You!
@VikInks
@VikInks 4 жыл бұрын
me today : "meh.... nothing much to do today, just some basic stuff to do on scss...." KZfaq : *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
@divanvanzyl7545
@divanvanzyl7545 4 жыл бұрын
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!
@doctorrusty6494
@doctorrusty6494 3 жыл бұрын
It is THE BEST tutorial for Web API using .Net Core 3.1 that I've ever seen! Simple, trully step-by-step and easy to follow, yet comprehensive and following all modern standards and best practices! Keep up the good work Les - can't wait for more content! I might even buy your book...
@MrCaioragazzi
@MrCaioragazzi 4 жыл бұрын
Thank you very much for this video Les!!! Spent my Sunday watching and practicing!!! I wish you all the best!
@nureyna629
@nureyna629 4 жыл бұрын
If you get en error at 1:00:18 with SQL login, this video can help: kzfaq.info/get/bejne/l7tohcubydGnn3k.html
@magnus7538
@magnus7538 4 жыл бұрын
This worked for me, thanks!
@sicubogdanandrei9332
@sicubogdanandrei9332 4 жыл бұрын
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.
@harryperales
@harryperales 4 жыл бұрын
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.
@bodzu6207
@bodzu6207 3 жыл бұрын
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
@divyajayakody2022
@divyajayakody2022 3 жыл бұрын
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
@parvezborkar4773
@parvezborkar4773 2 жыл бұрын
Just completed your entire course, All I can say is just amazing. People can actually go ahead and copy paste your code in theirs in the interest of saving time. Extremely well explained and kept the code to easiest to understand.
@miroslavmatovic
@miroslavmatovic 3 жыл бұрын
Thank you very much for this video. I am a developer for over 5 years now, and wanted to refresh my knowledge on .NET fundamentals and I found it very helpful. It is elaborate and useful.
@hetalchavan7379
@hetalchavan7379 3 жыл бұрын
I have watched the entire video and implemented the API. Your teaching style keeps the audience engaged and is simple to understand. Looking forward for videos. :)
@shaughngulliver8704
@shaughngulliver8704 3 жыл бұрын
Les, you saved me big time. Your videos are great, I almost lost a client because of me not understanding Azure and WEB API, two of your videos showed me everything that I needed, and now they are up and running. Thank you so much.
@abhishekkempanna8280
@abhishekkempanna8280 3 жыл бұрын
Thanks Les! you focused well on concepts+architecture with coding. Really liked and understood quite well the overall process by the end
@GanpatKakar
@GanpatKakar 3 жыл бұрын
You are awesome Les Jackson, I was searching for a really awesome and in-depth tutorial and I found this one at midnight 12, O'clock and studied it till night 3 O'clock. Thanks for this tutorial.
@romuloleitao574
@romuloleitao574 3 жыл бұрын
Hey man! I am Brazilian and I live in Canada. I don't have the habit of leaving comments, but your video helped me a lot, extremely complete and I love the way you always stop and explain what you're doing. Much more than a tutorial, this is a lesson. You helped me a lot! Thank you!
@Deliriummary
@Deliriummary 3 жыл бұрын
sir I can't appreciate enough these amazing tutorials! Please never stop making them. Love and admiration from middle east!
@ana-mariatomasson2361
@ana-mariatomasson2361 4 жыл бұрын
Brilliant presentation, thank you for your amazing work on this channel! I stayed hooked until the very end.
@ConcernedMan
@ConcernedMan 3 жыл бұрын
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.
@kieran1990able
@kieran1990able 3 жыл бұрын
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!!!
@cv5918
@cv5918 3 жыл бұрын
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.
@ddshaked18
@ddshaked18 3 жыл бұрын
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! :)
@stevenstone307
@stevenstone307 3 жыл бұрын
Les, I can't tell you how helpful this has been to me!!! THANK YOU
@cry3932
@cry3932 3 жыл бұрын
Big thanks to Les! This is the best video I found to introduce ASP.Net Core Rest API on KZfaq!
@aLX1950
@aLX1950 4 жыл бұрын
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.
@junfengou6856
@junfengou6856 3 жыл бұрын
Massive thank you for explaining every step and making it so simple to follow through!
@ruizeng780
@ruizeng780 2 жыл бұрын
Thanks, Les, this is the best and most detailed REST API tutorial I have ever seen, much appreciated :)
@marcvooijs9899
@marcvooijs9899 3 жыл бұрын
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!!
@kiritrajayt
@kiritrajayt 4 жыл бұрын
Absolutely fantastic video. Learning .NET Core REST API couldn't be easier than this. Thanks s lot Les Jackson.
@JigMain
@JigMain 4 жыл бұрын
This is by far one of the best tutorials. This is amazing, and well explained. Thank you very much, do not ever stop. Will be looking forward to more.
@binarythistle
@binarythistle 4 жыл бұрын
Hi Edward - thanks for the feedback mate - I appreciate it!
@jeffbreuninger7036
@jeffbreuninger7036 4 жыл бұрын
Les, THANK YOU!!! Great video - very well done. You lay the content out very well and explain it even better.
@shumatsumata6833
@shumatsumata6833 3 жыл бұрын
I am a Brazilian computer science student and this video helped me a lot in the discipline of software engineering. This was really a great video, thank you very much !!!
@danatabatabaieirani7484
@danatabatabaieirani7484 3 жыл бұрын
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!
@bena2543
@bena2543 Жыл бұрын
Man you are the best that i could have asked here in youtube and even in other platforms, thank you very much!
@shinerareru5332
@shinerareru5332 4 жыл бұрын
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!
@kartikdeepsagar
@kartikdeepsagar 4 жыл бұрын
Hi Les, You are life saver , Yesterday I was told to go through .net core web api as we need to deliver an api within 2 days. And this tutorial saved my day. It got delivered on time. Thanks man. Cheers to you!!!
@ojob7733
@ojob7733 2 жыл бұрын
WOW! Many thanks to you Les Jackson, it's wonderful learning from your video
@Codecraft_1
@Codecraft_1 3 жыл бұрын
there are very few contents available on the internet like this ,Loved your straightforward explanations,Thank you very much ,this helped me alot
@brucemcmillan5842
@brucemcmillan5842 4 жыл бұрын
This is a cracking end to end video, great easy to follow, well placed content, no unecessary junk. Clear, concise and well delivered. Well worth the investment in watching the whole thing. Five stars
@binarythistle
@binarythistle 4 жыл бұрын
Thanks Bruce - lovely feedback thank you!
@karanpandya7380
@karanpandya7380 4 жыл бұрын
Many thanks. The way you explain each and every functionality is just awesome. Thanks for all your efforts!!!
@ahmedsaad8919
@ahmedsaad8919 4 жыл бұрын
@Les Jackson Thank you for your effort for this great course ! Great work , regards from Egypt
@michaelreynolds4816
@michaelreynolds4816 4 жыл бұрын
This is an EXCELLENT course. Les is easy to follow and he is a terrific teacher.
@externemw3
@externemw3 3 жыл бұрын
Hello Les, thank you for this video, it helped me a lot with my interview test for a job here in São Paulo, Brazil. I didn't know anything about .NET. Thank you !!
@omarattiyah8784
@omarattiyah8784 3 жыл бұрын
Easiest, Simplest, Richest content about Asp.NetCore with API A lot and A lot of thanks to you Les Keep it up buddy you're the best ever.
@denisvini58
@denisvini58 3 жыл бұрын
One of the best courses that i have ever seen ty. Nice work.
@DaveHounddog
@DaveHounddog 4 ай бұрын
Hi Lee, long comprehensive vid - had to watch in few stages but was fantastic to help me see the transition from using .NET classic stack to build DIY web services - to current tooling and practice. Was nice to see lots of familiar concepts and challenges being addressed in intuitive way. I like your pace and no nonsense approach. Really appreciate the effort and contribution to the greater good. As we say in Wales - cheers butt :)
@chrismcclure4264
@chrismcclure4264 3 жыл бұрын
Fantastic video. Worked on an api a little bit ago and wish I would have watched this first. This video has very good content and thank you for making this tutorial.
@AsimKhan-nh6mg
@AsimKhan-nh6mg 3 жыл бұрын
everything is very clear and consice within the context on the point just love it thanks alot
@holiday-routes9423
@holiday-routes9423 3 жыл бұрын
A great training for me. Very educational. Very interesting. It's fun for more. Wish you all the best!!!
@AnonymousDeveloper1
@AnonymousDeveloper1 3 жыл бұрын
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.
@bryangazomejia7344
@bryangazomejia7344 2 жыл бұрын
PATCH Method understood! I needed some orientation about how it works and how to use it. Thank you so much for the knowledge you share. Greetings from Central America :)
GraphQL API with .NET 5 and Hot Chocolate
3:49:42
Les Jackson
Рет қаралды 238 М.
Run ASP.NET Core 3.1 Apps in Docker with HTTPS.
1:01:33
Les Jackson
Рет қаралды 86 М.
WORLD'S SHORTEST WOMAN
00:58
Stokes Twins
Рет қаралды 126 МЛН
ОБЯЗАТЕЛЬНО СОВЕРШАЙТЕ ДОБРО!❤❤❤
00:45
Каха заблудился в горах
00:57
К-Media
Рет қаралды 10 МЛН
Should I Create A Minimal API Or Full API?
7:40
IAmTimCorey
Рет қаралды 34 М.
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
freeCodeCamp.org
Рет қаралды 1,5 МЛН
What's going on with Windows Laptops?
10:30
Marques Brownlee
Рет қаралды 2,6 МЛН
Secure a .NET Core API with Bearer Authentication
1:06:56
Les Jackson
Рет қаралды 190 М.
.NET Framework vs .NET Core vs .NET vs .NET Standard vs C#
25:14
IAmTimCorey
Рет қаралды 547 М.
Jim Cramer cuts through the noise of today's market decline
13:42
CNBC Television
Рет қаралды 97 М.
Asynchronous APIs with .NET
1:02:17
Les Jackson
Рет қаралды 38 М.
Yanlışlıkla Telefonumu Parçaladım!😱
0:18
Safak Novruz
Рет қаралды 588 М.
Мой новый мега монитор!🤯
1:00
Корнеич
Рет қаралды 600 М.
Как противодействовать FPV дронам
44:34
Стратег Диванного Легиона
Рет қаралды 75 М.