RESTful API with .NET Core (.NET 7) - Full Course for Beginners
HTML-код
- Опубликовано: 24 ноя 2024
- Learn fundamentals of .NET API with .NET 7 and EF Core.
API are the heart of todays communicative world! .NET 7 provides clean way of writing API's.
In this course we will learn the basics of RESTful API's(.NET 7) and then build a simple CRUD application with .NET 7 API.
☕ Coffee: www.buymeacoff...
Advanced Course : www.udemy.com/...
To see more in-depth full courses go to : dotnetmastery....
All GitHub Repo: github.com/bhr...
Sir Bhrugen, You have saved my family. I took this course and developed the web api. I had alot of pressure from management for the integration of the data to external parties using webapi. This course has saved my job. Love from karachi, Pakistan.
Dear brother did you purchase that course or prepare from this youtube free course. I am from lahore and started a job. Should I prepare from this free course or purchase from Udemy. Reply plz
@@mugheesulislam8470 purchase udemy courses part 1 and part 2 both.
1:52:00 - Adding Database
1:57:00 - Using Microsoft SQL Server
I have been trying to understand how it all works together for about a week. You are the best teacher on this 🙌🏽
Actually I can't give you 5 stars, because this video deserves 7 stars. The best video I have watched about web api. Thanks a lot. I already bought most of your courses on Udemy. Keep it up.
You're the best teacher ever, i alrady purchased all of your courses
Thank you for the wonderful feedback
His style of talking sucks. It's very irritating.
@@mrt7948 his voice is crisp and clear.
Your tutorials are clear, concise, and incredibly helpful. Keep up the great work.
01:00= API , 04:55= How API works?, 07:23= How http works?, 11:40= Various Http request, 17:40= Various Http Status Code, 21:03= Create Project in Visual Studio , 24:15= Git Repository, 27:55= API controller,
Your teaching skill is very well and I understands it clearly. So I purchased many of your courses which is helping my carrier.
Thank you so much i've been looking for tutorial on this topic for days that i could atleast partially understand but just. didnt found any. And just when im about to give up altogether i found your video. You're a livesaver
53:00 great video! I am using this to create an api for a full stack project I have for a customer. Great explanations.
Great tutorial. It would have helped if you would have added authentication and authorization.
I LOVE THIS VIDEO!
It made me go throught my school project with a beautiful result.
THANK YOU ❤❤
Hard to find course with last version of .Net 7, Thank you for video!
I like even before I watch your videos! This man explains really well
Thank you for the wonderful feedback
Just purchased your Udemy course for the same! I did see that it is mostly similar to this course but am assuming it has more to offer. I like your style of teaching. You show the different way of doing things, error handling, explain why each thing is required, very detailed teaching rather than just giving the answer... very nice! Thank you very much !
why didn't you used torrent ?
@@KrishnaGupta-yc3jd How to download his course from torrent?
I would love to see timestamps on your videos, they tend to help a lot!!!
Thanks for the explanation about API Rest with .Net 7. It helped me a lot. Greetings from Argentina.
technical part starts at 21:00
Thank you sir for making this best web api tutorial
It was really informative and perfect video for beginner to start and get things working just in one Go. Thanks alot it saved my time. Really appreciated.
Good job, bro! Brief and very useful! I enjoyed it and bought the full course, plus the React course on Udemy!
Glad to hear it!
It was really great course just completed everything by implemeting the same thanks😇
Top class Bhrugen!! Thank you!!
Validation works as expected even not including ApiController and ModelState validation in .NET 8
thank you so much, i'm begginer and totally understand :)
Learned soo much from this! Thank you !
Thankx (again) Bhrugen!
Excellent tutorial. Thank you very much.
Sir,your teaching Skills are awesome! Can you make jquery ajax tutorial next please!!!!
Very nice explanation everything covered properly with ease
Thank you so much 🙂
At the time 1:10:16 As you say use of IActionResult. What if I use ActionResult without Return type. I have use Actionresult in delete and return NoContent(). It give me good result. I Think ActionResult is a concrete base class, while IActionResult is an interface. This makes IActionResult more abstract and flexible.
Where are the referenec key for Villa Entity? Could you make a video about relationships ?
Sir could you please add JWT authentication , roles with this code .
Great explanation! Thanks for this walktrhough.
thank you for this video and i hope you keep doing this
GG well played my man, you saved my job
Glad I could help
Thank you so much for this tutorial
Very Well Explained
Thank you for this Amazing Video ! Very Simple and efficace :*
Learnt many things. Thanks for video
I love U
Thanks so much, you make it easy for us !
very good tutorial. thanks a lot for your time
Can you extend the special offer on this course RESTful Web API - The Complete Guide (.NET7 API) Part 1 in Udemy ...for two days because I wanted to buy it but was not able to buy it in the previous days. Please, I have bought .NET Core MVC - The Complete Guide 2023 course:(((
Thank you very much for this. Helped a lot.
GREAT WORK!!!!
Excellent tutorial ! Thanks a lot !
Glad you liked it!
thank you bro for the best tutorials
Thank you for the wonderful feedback
If was trying this with .NET8, then while executing the update-database command I got an exception as "System.Globalization.CultureNotFoundException: Only the invariant culture is supported in globalization-invariant mode".
In order to handle this I set the InvariantGlobalization to false in my .csproj file and it worked. Please do suggest if we have any better/other way to handle this?
best of the best
Dear Bhrugen Sir, I want to learn how to refresh token after specific interval of time. Users should proceed working without interruption or without login again. I will wait for your reply
Hello, I have covered that in part 2 course which you can find here. www.dotnetmastery.com/Home/Details?courseId=30
good explanation, tq sir
Hi, In the put method, a local variable "var villa" is being edited and not the datastore value, so how is the change showing up after Put request is executed in Swagger
Awesome 💯👍🆒😎
Thank you for this great tutorial. :)
You're very welcome!
Sir I got all your courses from Dotnetmastery but i was about getting the API course before this. I will like to know if this one is thesame with the course on your website or that one is older.
If you have the old course, then that is updated so you should have access to this one already!
1:52:06 - Adding actual DB
@1:29:07 ----------- Content Negotiation
Great tutorial 👍
Thank you!
Wanted to Thank you for this tutorial
You are most welcome
When creating a villa I am getting invalid token error with message "The signature key was not found". Can anyone please help?
Thanks
purrfect video 😁
i can't see project name for run the project. i can only select iis express and http why is that
Amazing!
thanks thanks...
I like you man. you are awesome. Thanks a lot
You're welcome!
Thank you very much
sir i have a gift coupon of another course but i want to purchase .Net API course is there any way so that i can exchange the coupon plz reply asap
?
is entity framework used in this tutorial ?
21:30 start project
Hlo Sir , i am facing problem when connect two table so please Help me
how can I get the notes version for the same
How to deploy that service to server?
thank you
What About your Rest Api Part 2 .. it's showing Upcoming
It is released on Udemy only. I will fix that on the website.
Thank You@@DotNetMastery
sir please make a video .net core api with mongodb
I hve problem at step Add-Migration, my Tables doesnot show data in SSMS? what should i Do? i googled, but it shows like some IdentityServer Code in Migration Class that was created?
ruclips.net/video/_uZYOgzYheU/видео.html
WHAT IS ONTHE FLY DATA STORE??
I really like this tutorial, but it was nice until you start copy and pasting prewritten code inside :(, it's very hard to follow along starting from there
I do provide all the snippets that are copied and pasted. And the only thing that is copied is HTML and CSS so that we can focus our time on API rather than HTML and CSS.
@@DotNetMastery oh, didn't notice that, thanks for the quick notice!
Postman 1:26
fastapi?
Can i learn this even if i don't know c#😂
1:12
want5 to improve the explaination about the code please or improve your speaking method there is a more better way to create api it's a difficult way so please improve you way of teaching
ty sir helpgull but you didnt show how to connect local app api to swagger because we cant test a api on local machine over internet or pls help me in this matter?
Amazing teacher¡ thanks ¡¡
I see [APIController] doesn't validate the Name property if I pass value as "" in HTTPPatch.. Is it beacuse of JsonPatchDocument? How can I validate my model during HttpPatch? @DotNetMastery
[HttpGet("{id:int}")] => this isn't work in swagger
[HttpGet("id")] => this is work in sawagger. If to do request by url with parametrs, all correctly to work.Tell me please what is a reason this cause
It was really informative and perfect video for beginner to start and get things working just in one Go. Thanks alot it saved my time. Really appreciated.
Glad to hear that!
Thank you so much
thank you
You're welcome