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
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.
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
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,
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 !
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.
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.
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
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?
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.
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
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:(((
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? th-cam.com/video/_uZYOgzYheU/w-d-xo.html
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.
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?
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.
Mr Patel, I followed your tutorial during last September and October and I ended up with a job at last in Germany. You saved my life indeed.
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.
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.
I have been trying to understand how it all works together for about a week. You are the best teacher on this 🙌🏽
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.
53:00 great video! I am using this to create an api for a full stack project I have for a customer. Great explanations.
1:52:00 - Adding Database
1:57:00 - Using Microsoft SQL Server
1:01:48 -Data Annotations and custom validations
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
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.
Your tutorials are clear, concise, and incredibly helpful. Keep up the great work.
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?
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!
I like even before I watch your videos! This man explains really well
Thank you for the wonderful feedback
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!
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.
technical part starts at 21:00
Thanks for the explanation about API Rest with .Net 7. It helped me a lot. Greetings from Argentina.
I would love to see timestamps on your videos, they tend to help a lot!!!
It was really great course just completed everything by implemeting the same thanks😇
Thank you sir for making this best web api tutorial
Top class Bhrugen!! Thank you!!
Learned soo much from this! Thank you !
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.
GG well played my man, you saved my job
Glad I could help
Very nice explanation everything covered properly with ease
Thank you so much 🙂
Great tutorial. It would have helped if you would have added authentication and authorization.
Excellent tutorial. Thank you very much.
Sir,your teaching Skills are awesome! Can you make jquery ajax tutorial next please!!!!
Thankx (again) Bhrugen!
thank you so much, i'm begginer and totally understand :)
Great explanation! Thanks for this walktrhough.
Best video ever...
I love U
thank you for this video and i hope you keep doing this
Validation works as expected even not including ApiController and ModelState validation in .NET 8
Thank you for this Amazing Video ! Very Simple and efficace :*
Thank you so much for this tutorial
@1:29:07 ----------- Content Negotiation
thank you bro for the best tutorials
Thank you for the wonderful feedback
Excellent tutorial ! Thanks a lot !
Glad you liked it!
very good tutorial. thanks a lot for your time
Learnt many things. Thanks for video
Thanks so much, you make it easy for us !
Very Well Explained
Sir could you please add JWT authentication , roles with this code .
Thank you very much for this. Helped a lot.
Where are the referenec key for Villa Entity? Could you make a video about relationships ?
1:52:06 - Adding actual DB
GREAT WORK!!!!
Thank you for this great tutorial. :)
You're very welcome!
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
best of the best
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?
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!
purrfect video 😁
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
I like you man. you are awesome. Thanks a lot
You're welcome!
Wanted to Thank you for this tutorial
You are most welcome
21:30 start project
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:(((
Awesome 💯👍🆒😎
Great tutorial 👍
Amazing!
Thank you!
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
?
i can't see project name for run the project. i can only select iis express and http why is that
Thank you very much
is entity framework used in this tutorial ?
When creating a villa I am getting invalid token error with message "The signature key was not found". Can anyone please help?
Thanks
How to deploy that service to server?
thanks thanks...
Hlo Sir , i am facing problem when connect two table so please Help me
thank you
how can I get the notes version for the same
Postman 1:26
WHAT IS ONTHE FLY DATA STORE??
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
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?
th-cam.com/video/_uZYOgzYheU/w-d-xo.html
sir please make a video .net core api with mongodb
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!
1:12
fastapi?
Can i learn this even if i don't know c#😂
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
Amazing teacher¡ thanks ¡¡
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?
Is this industry level api or not
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