Тёмный
No video :(

Step by Step Tutorial - .Net Core MVC REST API 

Les Jackson
Подписаться 100 тыс.
Просмотров 99 тыс.
50% 1

Опубликовано:

 

29 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 307   
@MDiggss
@MDiggss 5 лет назад
This is awesome. I inherited a bunch of work at my job and the API is all in .Net - Also, I "fixed" the time-stamps for your video so we can click on them and be directly taken to that point in the video :) - 1:27 - Introduction - 1:49 - Quick Peek at the API - 4:35 - What You'll Learn - 5:47 - Application Architecture - 10:39 - Create the Project - 11:24 - Anatomy of a ASP.NET MVC app - 13:52 - Program & Startup Classes - 16:50 - Run Our App - 18:10 - Updating our Startup Class - 20:01 - Using Postman - 22:22 - Create Our Controller - 30:33 - Create Our Model - 34:15 - Quick Look at SQL Server - 35:32 - Entity Framework Core Command Line - 37:09 - Create our DB Context - 41:30 - Connection String in appsettings.json - 46:05 - Updating our Startup Class - Again! - 54:02 - Create Migrations & Update Database - 58:52 - Adding Test data to SQL Server - 1:02:11s - Updating our Controller - our first GET Action - 1:10:49s - Updating our Controller - our 2nd GET Action - 1:15:59 - Updating our Controller - our POST Action - 1:23:48s - Updating out Controller - our PUT Action - 1:32:42 - Updating our Controller - our DELETE Action
@binarythistle
@binarythistle 5 лет назад
Hey Mike - that is AWESOME! Thanks for that. I'll update the description with your more accurate timestamps. Cheers, Les
@wchandler2010
@wchandler2010 5 лет назад
this is one of the best tutorials I have seen on RU-vid or any platform really. Thank you very much for taking the time to share your knowledge.
@binarythistle
@binarythistle 5 лет назад
No problem William - thanks for the great feedback! Cheers, Les
@gcpnonadmin1373
@gcpnonadmin1373 4 года назад
@@binarythistle Les i get error CS0234: The type or namespace name 'addMvcCore' does not exist in the namespace 'Microsoft.AspNetCore' this error any help please.Thanks
@tarikm5116
@tarikm5116 5 лет назад
My Friend, I have travelled very far to find this PERFECT video explaining .NET core MVC!! I'm a full stack JS dev, its surprising how complicated other people make .NET core MVC seem. What a great teacher and coder! Thank you
@binarythistle
@binarythistle 5 лет назад
Thanks man! I aim to make it straightforward as possible, so cheers for the feedback, Les
@nashwaashour8111
@nashwaashour8111 4 года назад
One of the best tutorials to understand the basics of the whole thing (.Net Core , MVC, EF and API ) ! , thanks so much for your time and your great effort !
@binarythistle
@binarythistle 4 года назад
Thanks mate!
@r0g5r
@r0g5r 4 года назад
Hello. Thanks for sharing your knowledge and your time doing this very useful video. Again thanks from a Brazilian student. :)
@binarythistle
@binarythistle 4 года назад
Hi Roger, my pleasure glad you found it useful. Cheers, Les
@subhrajyotisen7153
@subhrajyotisen7153 4 года назад
This was SO helpful...I needed to pickup on .Net Core API creation for my job and this one helped immensely to get an overview of how to do it....Please keep the videos coming in...much love and respect!!
@binarythistle
@binarythistle 4 года назад
Nice one! I'm so glad it helped you out!
@efilmnetwork24
@efilmnetwork24 5 лет назад
I like how you walk through the tutorial, explaining everything in good detail. This is how tutorials should be made. Thanks for the hard work.
@binarythistle
@binarythistle 5 лет назад
Thank You!
@ThisCanNotBTheFuture
@ThisCanNotBTheFuture 4 года назад
Great tutorial. Thank you for doing everything from scratch. In case anyone else got stuck at the Entity Framework step, I also had to run the following command to install the ef tool globally: "dotnet tool install --global dotnet-ef"
@youcantsee3867
@youcantsee3867 4 года назад
I love the way you start coding from the beginning and explain everything
@LEGnewTube
@LEGnewTube 4 года назад
This was a fantastic tutorial. So many other people don't get a good balance if when to go into detail and when not to. I felt as though you did a really good job on this. Explained relivant info and briefly mentioned the rest so we could research it for ourselves. Thank you for taking the time to make this! I found it very helpful.
@binarythistle
@binarythistle 4 года назад
Awesome thanks for the great feedback!
@jamescater66
@jamescater66 5 лет назад
Great video For .Net Core 3.0 you can either 1) Use the new webapi template 2) Use this command to setup MVC: services.AddMvc(option => option.EnableEndpointRouting = false).SetCompatibilityVersion(CompatibilityVersion.Version_3_0);
@binarythistle
@binarythistle 5 лет назад
Thanks James, I've not even looked at v3 yet, (going to wait for the final release)! This great though so thanks! Les
@CS-hv9tj
@CS-hv9tj 5 лет назад
Perfect tutorial! Thoroughly explains how to create endpoints and what each method does. Thank you!
@binarythistle
@binarythistle 5 лет назад
Awesome! Glad it was useful! Cheers, Les
@lfmsss7315
@lfmsss7315 4 года назад
Thank you man, I really appreciate that you speak clearly, so for people that English is not part of the "normal" language, help so much that you speak simple and clear. Also the content of your video is so helpful. Have a great month ;D
@binarythistle
@binarythistle 4 года назад
Hat mate! Being from Scotland people usually say I speak too quickly! So nice to hear that I'm not doing that on the videos. Have great month yourself and thanks for taking the time to feedback. Les
@joemtz8478
@joemtz8478 4 года назад
Great tutorial. I had to change it a little bit when using .Net Core 3.1, but still awesome.
@MrTiensu
@MrTiensu 5 лет назад
The only one .NetCore tutorial I found worked. Thank you very much!!! Waiting for advanced series
@binarythistle
@binarythistle 5 лет назад
Hey Tien! Glad the the tutorial worked for you. I'm writing an "eBook" at the moment with some more advanced topics. When done with that I'll be making more videos. Cheers, Les
@paulpatton1939
@paulpatton1939 2 года назад
Most excellent. Thank you! I backed my way into this from your Microservices full course, wherein you alluded to a previous video explaining websockets and signal r, and then from that video into this one when I was running into problems with versioning stuff, being as I am a relative newbie. I had to work through a number of issues because so much has changed, but I am so very grateful for the whole experience. I learned about Postman and how to use NuGet to pick an align versions of this with versions of that, and, of course, how to do what the tutorial taught. I am much improved for your efforts and mine. Bless you, Les! Now, I am going to resume the tutorial of yours that led me here, intending to complete that one so I can get back to where I was in your Microservices tutorial. I really can't thank you enough, Les.
@opaleyetayo2964
@opaleyetayo2964 4 года назад
You are the best!!. I will keep following your tutorial and recommend same to my colleagues. Thanks for your efforts and to say it comes free, I lack words to express how I feel. Thank you Les!
@binarythistle
@binarythistle 4 года назад
Such lovely words! Thank you Opaleye, much love from Australia! Cheers, Les
@CaioCSG1
@CaioCSG1 5 лет назад
Great tutorial! Please keep this "under the hood" approach when teaching technical stuff, its really good.
@binarythistle
@binarythistle 5 лет назад
Hey Caio - nice feedback man - thank you!
@MaidulIslam-wi5du
@MaidulIslam-wi5du 4 года назад
It was a wonderful Tutorial. Many Thanks for your time to make this Tutorial.
@binarythistle
@binarythistle 4 года назад
My pleasure!
@edwargo
@edwargo 4 года назад
Thanks Les, this is a great introduction. It's a lot to take in for a new guy but it wasn't overwhelming. PS: In .Net 3 you gotta modify "AddMvc" in the Startup.cs to this: services.AddMvc(options => options.EnableEndpointRouting = false).SetCompatibilityVersion(CompatibilityVersion.Version_3_0);
@CS-hv9tj
@CS-hv9tj 4 года назад
Thank you for this, I'm working on this after a few months and I'm having multiple errors because of the newer version! Thanks!
@EnvisageKenya
@EnvisageKenya 4 года назад
Thank you for the heads up - appreciated
@mohamedbehery3433
@mohamedbehery3433 3 года назад
Your explanation has opened my eyes to how entertainingly simple solutions can be on point. Thanks Les!
@noodle-eater
@noodle-eater 4 года назад
This is pretty cool and straight forward, I was looking for some asp net core tutorial and got confused by the tutorial but this one is different. Hope I can give multiple likes.
@smaziano
@smaziano 5 лет назад
Good one mate! Just an observation... at the PUT action you should also check if the id passed in the route and the id of the object passed in the body exists... otherwise you're going to get an exception
@binarythistle
@binarythistle 5 лет назад
Hey Sergio! Thanks for the feedback man - very useful! Cheers, Les
@pioupiou1211
@pioupiou1211 5 лет назад
Awesome tutorial! Even though I used MySql I managed to use another tutorial to set-up the DB and catch up with this one. Thanks a lot!
@binarythistle
@binarythistle 5 лет назад
Hi Pierre - top man! I really need to move away from SQL Serve for a while and use some other DB technologies! I'm glad you got it working with MySQL. Good job! Cheers, Les
@staceyloulouse
@staceyloulouse 4 года назад
This was helpful even though I am using .net core 3.1. Just had to tweak some startup configurations. Thank you so much for sharing!
@johnn5019
@johnn5019 4 года назад
Thank you very much. This was an incredible project example. Appreciate you taking the time to teach and share the knowledge!
@binarythistle
@binarythistle 4 года назад
No problem my pleasure John!
@rafela80
@rafela80 4 года назад
This is great video. Thanks for the way you explain things.
@user-bd3ij4op5k
@user-bd3ij4op5k 4 года назад
A video specifically for beginners about what it was worth indicating in the title, a few comments. To work with a real database, it is better to use IQueryable. And for the context of the database it’s better to create an asynchronous service that implements an interface for weak connectivity and inject it into the controller so the code will be cleaner the controller will not perform any checks and unnecessary movements by calling only the service and passing parameters there.
@mysubscription104
@mysubscription104 4 года назад
By far one of the best tutorial, truly hands on. Thank you very much
@deepwoodsengineering3763
@deepwoodsengineering3763 5 лет назад
Les, you could be our leader to the promised land! Any tutorials on Asp.Net Core, Entity Framework Core, SSMS would be awesome! Awesome blog as well
@binarythistle
@binarythistle 5 лет назад
Hey Brady! Nice comment mate! Thanks for the topic suggestions, I always love getting them. I'm finishing up an eBook at the moment, when I'm finished it'll be back to making more videos! Cheers, Les
@yusufjamal5558
@yusufjamal5558 4 года назад
awesome tutorial, all in a nut shell.
@binarythistle
@binarythistle 4 года назад
Thanks Yusuf!
@imkazyboi
@imkazyboi 4 года назад
Thank you so much Les! I was so in need for someone who can teach me in such simple way. Hats off to your dedication and effort in helping us all out here. Really appreciate it.
@juliusbelmont4349
@juliusbelmont4349 4 года назад
You make this video it's very meaningful. It's still helpful, even though i'm using .net core 3.1. You should make more video with empty template. Thanks for sharing your knowledge.
@cgsraRude
@cgsraRude 5 лет назад
Phenomenal tutorial. Thank you for taking the time to explain this in depth.
@binarythistle
@binarythistle 5 лет назад
My pleasure! Thanks for feeding back! Cheers, Les
@speshuLcs
@speshuLcs 5 лет назад
This is exactly what I was looking for! Thanks a lot I used your demo for my boothcamp project
@binarythistle
@binarythistle 5 лет назад
Awesome! Glad it helped you out! Cheers, Les
@ashokmurthy7831
@ashokmurthy7831 4 года назад
Hi Les, amazing tutorial !!! At work, we often invoke stored procedures to supplement CRUD. So I extended your example, just a little bit, to do a "FromSql" query in the controller to get the Result-Set from a stored proc. The changes are minor, and if you are interested, I could send you my code snippets. It might help someone else out. Thanks Again !
@VinuP2023
@VinuP2023 4 года назад
Hello Ashok, please share with vinaypalaksha1@gmail.com
@QuGaJoKKe
@QuGaJoKKe 3 года назад
thank you so muck for this tutorial! I have an assignment about this in college and didn't know what was going on. You made it very clear!
@sarahanueyiagu3207
@sarahanueyiagu3207 4 года назад
Nice Tutorial. Subscribed, Love from Nigeria
@binarythistle
@binarythistle 4 года назад
Thanks Sarah - appreciate the feedback - nice one! Les
@waytosanathan
@waytosanathan 4 года назад
A bit lengthy, but captures all the aspects as promised. Thanks Les. This was an awesome tutorial for us
@gligom
@gligom 4 года назад
Thank you for your clean and clear explanations. You must do this tutorials on Udemy or other platforms your are better then many of the "trainers" there. I learn from you in one video what i have not in hours on video courses and tutorials.... Keep this great job that you do and ... expand it :)
@binarythistle
@binarythistle 4 года назад
Thank you my friend! Lovely feedback I appreciate it greatly. Cheers, Les
@vladeb1104
@vladeb1104 3 года назад
2021 and still very informative. Of course some updates relates to ver3.0 has to be made but all is managable.
@piotrkaczmarek1083
@piotrkaczmarek1083 4 года назад
Great tutorial. Thank you for doing everything from scratch.
@thewhitefox
@thewhitefox 4 года назад
You should have way more subs, this is fantastic! im using this but making it asp 3.1
@jhcarr830
@jhcarr830 5 лет назад
Excellent video, Les! Thank you for making it.
@binarythistle
@binarythistle 4 года назад
No worries James!
@kacakostic6919
@kacakostic6919 4 года назад
Man, you are so cool. Thank you for all of your tutorials, they are great, really helpful. Sending love from Serbia!
@binarythistle
@binarythistle 4 года назад
Hi Kaca - hello from Australia! I really glad you enjoyed my tutorials - makes me feel really happy. Much love, Les
@martopad
@martopad 4 года назад
Thank you so much for this tutorial! I love that this is such a beginner-friendly one. But most of all, I want to thank you for doing this in a text editor. As someone who doesn't like IDEs anymore (because it does a lot of magic behind my back), looking for tutorials about .NET related things is hard because they always use Visual Studio. Like how are you going to learn Azure deployment of a Blazor web app when you just press the publish button in your IDE and poof it works... Thanks again for this, this taught me a lot. Hopefully, you make more! :)
@lunarmodule6419
@lunarmodule6419 5 лет назад
Hello from Canada. Excellent training. Thank you.
@binarythistle
@binarythistle 5 лет назад
Hi Philippe! Greetings from Australia! Thanks for the feedback mate - cheers, Les
@lucasdequeiroz
@lucasdequeiroz 4 года назад
Incredible tutorial!!! It helped me a lot. Greetings from Brazil!
@binarythistle
@binarythistle 4 года назад
Hey Lucas - great to hear mate thanks! Cheers, Les
@hafizabdullah7488
@hafizabdullah7488 5 лет назад
Great video. It's hard to find a .Net Core tutorial using CLI. Most of the tutorial in youtube are using VS PMC. Just wanted to point out that EF Core have an Update method so you don't have to write the State Modified to do an update. Looking forward for an advanced tutorial on .Net Core from you
@binarythistle
@binarythistle 5 лет назад
Cool feedback thanks Hafiz!
@hariomparmar
@hariomparmar 5 лет назад
Thank you Les. Very nice
@binarythistle
@binarythistle 5 лет назад
Thanks mate!
@erikos93
@erikos93 4 года назад
Wow thanks for this! I'm trying to learn .NET core and this was a great place to start! :D
@binarythistle
@binarythistle 4 года назад
Great - I'm really glad you found it useful! Cheers, Les
@thisSOBRocks
@thisSOBRocks 4 года назад
Outstanding. You make it look easy, great job.
@binarythistle
@binarythistle 4 года назад
Thanks Ian - really appreciate the feedback! Cheers, Les
@davortsan
@davortsan 4 года назад
Great! It was very easy to create my first REST API using .Net Core. I have to say that my experience with .Net Core is null... :) This video is high recommended!!!
@sauravranjan8460
@sauravranjan8460 3 года назад
You are such a lovely teacher. I loved implementing it and the learning was so good. Thanks for such a great video. Lots of loves❤❤❤❤ from INDIA
@MirjamvanM
@MirjamvanM 4 года назад
Thank you for this great tutorial!
@princepatel2273
@princepatel2273 4 года назад
Very very very helpful tutorial. Thank you so much for this tutorial. :)
@karabasbarabas2000
@karabasbarabas2000 4 года назад
so cool! Thanks a lot!!
@diegobarbosa6967
@diegobarbosa6967 3 года назад
Great video, i've learned a lot. Doing it on Visual Studio game me a little problem with packages, but in the end everything worked like the video. Thanks.
@luisquiles3615
@luisquiles3615 4 года назад
Simply amazing, thank you for making it easy to understand!
@ashokkumarrk6012
@ashokkumarrk6012 5 лет назад
Subscribed!!!. You are awesome to explain the concepts very clearly. Thanks Les!
@zhangxuanchen5252
@zhangxuanchen5252 4 года назад
Very good tutorial for REST API.
@FlorinAsavei
@FlorinAsavei 4 года назад
I absolutely loved it!!
@binalgohil8791
@binalgohil8791 5 лет назад
Good explanation 🙂
@binarythistle
@binarythistle 4 года назад
Thanks!
@maheshmagalage1886
@maheshmagalage1886 5 лет назад
Les, an excellent tutorial! Thank you.
@binarythistle
@binarythistle 5 лет назад
Hey Manesh - thanks for the feedback - hope you found it useful. Cheers, Les
@dragony117
@dragony117 4 года назад
thanks for a great tutorial its really a short cut
@PauloMartinezMarin
@PauloMartinezMarin 5 лет назад
Thank you for making this great video.
@binarythistle
@binarythistle 5 лет назад
Hey Paulo. What a lovely comment - had a tough day at work so it cheered me up! Thanks, Les
@supax2
@supax2 5 лет назад
Amazing information, thanks a lot man!
@binarythistle
@binarythistle 5 лет назад
You're welcome - my pleasure! Les
@florist1489
@florist1489 5 лет назад
Thanks a lot! It's believable good tutorial! Easy to follow every step. Thanks!
@binarythistle
@binarythistle 5 лет назад
Thanks!
@aamirashraf1879
@aamirashraf1879 5 лет назад
Very nice video. I understand it very easily.
@binarythistle
@binarythistle 5 лет назад
Cool thanks Aamir! I glad you liked it!
@CS-hv9tj
@CS-hv9tj 4 года назад
There was an update to dotnet. If you're following the tut. be sure to use this command when using entity: dotnet tool install --global dotnet-ef --version 3.0.0
@CS-hv9tj
@CS-hv9tj 4 года назад
Also there was an update with entity, you have to add in an update to the csproj file for the db context and sql file to work:
@carlosmodinez4448
@carlosmodinez4448 4 года назад
Thanks for your excellent tutorial.
@nesok8974
@nesok8974 2 года назад
Thank you for making time to teach us
@rodrigorabelo5107
@rodrigorabelo5107 5 лет назад
Thanks man! Great tutorial, please keep doing. Peace.
@marouabousriheptaamallah8535
@marouabousriheptaamallah8535 5 лет назад
Thanks alot for the excellent tutorial.
@binarythistle
@binarythistle 5 лет назад
Thanks Maroua - hope you fount it useful! Cheers, Les
@Lusixlu
@Lusixlu 5 лет назад
Amazing tutorial :) I really enjoyed it and I understood everything. Thanks!
@Lusixlu
@Lusixlu 5 лет назад
I'll definitely watch the other videos!
@flitoofficial
@flitoofficial 5 лет назад
And that's exactly how you make a tutorial. By the way, we are a startup. Any enthusiast is welcome to join us.
@binarythistle
@binarythistle 5 лет назад
Hey mate - thank you! Got my hands full at the moment with the "day job", this channel, blog etc! Don't think I'd do your startup justice. Good luck with whatever you're doing - I hope it's a MASSIVE success! Les
@raohammashussain7104
@raohammashussain7104 5 лет назад
hey man ! i am interested :) i am a software engineer and skilled in Wpf Wcf . what you guys are upto ?
@williamlindahl5651
@williamlindahl5651 4 года назад
Thanks so much this video really helped me a lot! Keep up the great work. :)
@binarythistle
@binarythistle 4 года назад
Thanks William! (And love your avatar!)
@mohdabdulraheem9357
@mohdabdulraheem9357 4 года назад
Thanks for making this video it clears many of my concerns. But small request can you please make a video creating the same with NHibernate and PostgreSQL.
@binarythistle
@binarythistle 4 года назад
Hi Mohd! I'm probably going to do some videos on using PostgeSQL, but probably won't be covering NHibernate in the near future, but you never know. Thanks for watching! Les
@alinakhadka8536
@alinakhadka8536 5 лет назад
Much helpful! Thank you for the tutorial.
@binarythistle
@binarythistle 5 лет назад
Thanks for the feedback ! Glad it helped! Cheers, Les
@harpreetsingh5290
@harpreetsingh5290 5 лет назад
Nice way to explain. U earned a new subscriber
@binarythistle
@binarythistle 5 лет назад
Thanks mate. Didn't want to make a video this long, but wanted to try to explain things in a bit more detail, so ended up almost 2 hours! Glad you found it to be useful.
@eddiegere
@eddiegere 5 лет назад
Fantastic Video! Thank you so much. I've learned so much. Looking forward checking out your blog and other vids.
@binarythistle
@binarythistle 5 лет назад
Thanks Edward!
@Miglani21
@Miglani21 4 года назад
Thank You Les for this tutorial! Enjoyed it, You explained it really well and in great details. Can you please do a tutorial on OData and GraphQL thanks
@binarythistle
@binarythistle 4 года назад
Hi Amit. I'll add your suggestions to my video idea backlog!
@kauegatto
@kauegatto 3 года назад
This helped me a LOT, thank you!
@deepakbhagat811
@deepakbhagat811 5 лет назад
Nice step by step tutorial on dotnet core api, please also make tutorials using dapper if possible
@binarythistle
@binarythistle 5 лет назад
Thanks for the feedback Deepak, will look into your suggestion!
@johandantuma2596
@johandantuma2596 4 года назад
Hi Lee. Great tutorial .Thanks for you effort and time. You mentioned in this tutorial that you covered Json Patch Method in another link. Do you perhaps have this link? I need to patch back to MSSql dataset
@haiwuxing
@haiwuxing 5 лет назад
Good tutorial!
@binarythistle
@binarythistle 5 лет назад
Thank you!
@darxxx
@darxxx 5 лет назад
wow, this is an excellent tutorial on this matter. thanks a lot!
@Yilqun
@Yilqun 5 лет назад
Thanks for the awesome Lesson. Thank you.
@binarythistle
@binarythistle 4 года назад
No problem! Thanks for watching!
@dhanur350
@dhanur350 2 года назад
@Les Jackson Thank you soo much for this Video , I am glad to watch this , I always wanted to learn ASP.NET Core in Linux Ubuntu , but no video was in Visual Studio Code , But your Tutorial Helped me a lot, Once again Thank You So much
@Gajanan19
@Gajanan19 4 года назад
Man you are awesome.. It helped me a lot. Thanks
@binarythistle
@binarythistle 4 года назад
Hi Gajanan! Awesome - really glad you found it useful. Take care, Les
@rodrigoassis2933
@rodrigoassis2933 5 лет назад
Thanks for this!! Amazing video and explanation. It lights me a lot!
@binarythistle
@binarythistle 5 лет назад
Hi Rodrigo - Always makes me happy when someone finds the videos useful! Thanks for the feedback. :)
@grarhakim
@grarhakim 3 года назад
Thanks for the video, really nice and well explained. Thanks many times
@pabloeterico
@pabloeterico 5 лет назад
None of the previous tutorials that i've seen, explain so clear and from scratch the base concepts that you need to understand to develop a big project, and for my case , this info is very important because I am new on this framework. Thanks a lot really. I have one question, what videos or info do you recommend to get after this video? My goal is to learn to build APIs on .net core with a "good" architecture and viable for the current market. Greetings from Argentina
@binarythistle
@binarythistle 5 лет назад
Hi Pablo! Thanks for the feedback, I try and make the videos I'd want to see when starting out with something new... So I'm really glad you like the approach. Thanks again for taking the time to feedback, I really appreciate it. Cheers, Les
@pabloeterico
@pabloeterico 5 лет назад
You're welcome! What topics do you recommend me to learn afther the concepts of this video? My goal is to learn to develop APIs on .NET Core. I have some intermediate level of knowledge about C#, and I've worked doing APIs on Node and Spring.So "I know the concepts of developing an API". But I am really newbie on dotnetcore. Thanks again!
@ThePaullam328
@ThePaullam328 4 года назад
Very clear and straight forward tutorial, well-done! Somehow [Route("api/[commands]")] didn't work so I just used a hardcoded url [Route("api/commands")] instead, and I also have to create my own appsettings.json, as it's not created automatically.
@jensappelmans3427
@jensappelmans3427 4 года назад
Is there a specific reason you use VS code over Visual Studio?
@binarythistle
@binarythistle 4 года назад
Hi Jens - Great question! For me it's a bit like the difference between driving an auto-transmission car, (Visual Studio), and driving a manual transmission (VS Code). Both cars will get you where you need to be, but you feel like you "driving" a manual car more, you're more connected to it. So yes VS Code is a bit harder work, but I just feel I get to learn more as a result. But basically it comes down to personal preference. BTW I used Visual Studio when I developed with Windows Forms, (because of the designer), but as I've focused more on back-end stuff, (API's), I've moved more to VS Code. Visual Studio is awesome though! Hope that answers your question.
@iteatech6380
@iteatech6380 4 года назад
thank you oldman!
@JamsheerIndian
@JamsheerIndian 4 года назад
thanks aussie bro, this helped a lot
@saif-ur-rehmanmuhammad3862
@saif-ur-rehmanmuhammad3862 5 лет назад
best dotnet tutorial
@binarythistle
@binarythistle 5 лет назад
Thanks mate!
@Nehalpanchamia07
@Nehalpanchamia07 5 лет назад
Loved your tutorial! Thank-you for all your hard work. Can you recommend any good material to understand MVC and other System Designs
@kturske
@kturske 4 года назад
Just a note for those of you using dotnet core v 3.0 instead of adding Mvc to the services, use "AddController()" and "AddRouting()" to the ConfigureServices method. Then in configure, use app.UseRouting(); and app.UseEndpoints(endpoints => { endpoints.MapControllers(); } Microsoft wants endpoint routing to be done differently.
Далее
.NET Core 3.1 MVC REST API - Full Course
3:27:48
Просмотров 958 тыс.
GraphQL API with .NET 5 and Hot Chocolate
3:49:42
Просмотров 238 тыс.
🎙ПОЮ ВЖИВУЮ!
3:17:56
Просмотров 1,5 млн
Introduction to ASP.NET Core MVC in C# plus LOTS of Tips
1:03:56
Redis as a Primary DB using a .NET 6 API
2:21:21
Просмотров 69 тыс.
Deploy a .NET Core API with Docker (Step-by-Step)
36:17
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
Просмотров 1,5 млн
🎙ПОЮ ВЖИВУЮ!
3:17:56
Просмотров 1,5 млн