Seriously!! Precise content, great explanation and clear voice. I tried creating an api for the first time and I could do it... replaced ur connection string with an azure sql connection string and it still worked fine.
This is really good. My first and best so far. And it's easy to understand and implement. My favourite part was the switch from "in memory db" to "SQL server", with just on line of code and everything worked smoothly.
this is literally the best video explaining building an API I have ever seen, I have for days been trying to understand from different videos how are things done, and why they are done the way they are done. you are the only one to explain in such a calm and good way with a fairly simple project and did not fill my head with 10000 other things that i dont need to know as a beginner. Thank you so much!
I rarely comment on youtube videos, but as someone who has struggled a lot with grasping basics of the .net architecture, I have to applaud you for making the most sensible and comprehensive guide I've come across (and trust me, I've been through MANY of them). Thank you, and I will make sure I come back to your channel for more in the future PS: for people who encounter the "A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)" Error upon running the "Update-Database" command in NPM, add "TrustServerCertificate=True" at the end of your connection string. Peace
I found this tutorial really great, considering I am not having any C# background. But your explanation made it very easier for me to understand the concepts. Thanks for your effort!!
This tutorial was revelation for me. Right rhythm, explanations...all in all, it helped me to unlock the door of what I have been missing and what previous tutorials lacked. Great stuff man and you have one more subscriber! I will keep learning from you.
In this video, you have demonstrated to query one single table, I would like to see how you could perform cross-joining with multiple tables ? In the real life cases, the query may needed to perform logic like SQL on group by, distinct, having... etc Thanks and I would like to see your next video !
Hello,Sir, Thank you so much for putting in the time and effort to create these tutorials. It's simply incredible. The best part is that it is simple to grasp and has a thorough explanation. Thank you very much once more!❤
Fantastic tutorial! I believe the logic for PUT method could have been more aligned to the standard wherein an upsert operation is performed: creation of a new entry in the database if an already existent is not found.
Great Tutorial Watched the Whole Video alone with implementation I learn a lot of new things Few things I did according to my way the way I like to do...But You are the Best I would definitely Recommend everyone to Watch this video
Thank You, Sir, I have learned a lot about MVC and now this web api from your video. It's really helpful for me to complete the assignment for my teacher. I have a question about this web api, I have created Web API and I want to public it, so Could you make a video to do it? there many video I try but it didn't work. at the end, Thank you so much Sir.
Thank you for this excellent tutorial. Is there any way you can show how to host this API in a windows service?? Coming from a WCF background I'm just not grasping the new way from the Topshelf approach. A decent tutorial on this would be extremely helpful..
This was really informative for me, I am trying to learn more about API's. For the repeating code in the contact classes, would it have been better to use a contact interface and then create more specific contact classes to avoid duplicating code where possible?
if the UPDATE DATA BASE is not working try putting this in front of Trusted_Connection=True; Update it to Trusted_Connection=True;TrustServerCertificate=True;
Why using the InMemory package? What are other options? Warning: The EF Core in-memory database is not designed for performance or robustness and should not be used outside of testing environments. It is not designed for production use.
I don't usually leave comments, but decided to make an exception here. This is a fantastic video and helped me a lot! Thank you !
Great to hear!
Seriously!! Precise content, great explanation and clear voice. I tried creating an api for the first time and I could do it... replaced ur connection string with an azure sql connection string and it still worked fine.
This is really good. My first and best so far. And it's easy to understand and implement. My favourite part was the switch from "in memory db" to "SQL server", with just on line of code and everything worked smoothly.
this is literally the best video explaining building an API I have ever seen, I have for days been trying to understand from different videos how are things done, and why they are done the way they are done.
you are the only one to explain in such a calm and good way with a fairly simple project and did not fill my head with 10000 other things that i dont need to know as a beginner.
Thank you so much!
Thanks 😊
It's Abstract point to point explanation to Web API not like other youtuber who just waste our time for no reason... Thank you so much...
I rarely comment on youtube videos, but as someone who has struggled a lot with grasping basics of the .net architecture, I have to applaud you for making the most sensible and comprehensive guide I've come across (and trust me, I've been through MANY of them). Thank you, and I will make sure I come back to your channel for more in the future
PS: for people who encounter the "A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)" Error upon running the "Update-Database" command in NPM, add "TrustServerCertificate=True" at the end of your connection string. Peace
Appreciate the feedback :)
I found this tutorial really great, considering I am not having any C# background. But your explanation made it very easier for me to understand the concepts. Thanks for your effort!!
This tutorial was revelation for me. Right rhythm, explanations...all in all, it helped me to unlock the door of what I have been missing and what previous tutorials lacked. Great stuff man and you have one more subscriber! I will keep learning from you.
In this video, you have demonstrated to query one single table, I would like to see how you could perform cross-joining with multiple tables ? In the real life cases, the query may needed to perform logic like SQL on group by, distinct, having... etc Thanks and I would like to see your next video !
Hello,Sir,
Thank you so much for putting in the time and effort to create these tutorials. It's simply incredible. The best part is that it is simple to grasp and has a thorough explanation.
Thank you very much once more!❤
Thanks for posting. This is the most clear video I have seen on Web api and entity framework with out confusing viewers.
Simple, precise and accurate! Great Explanation
This is definitely the easiest video to understand. It was straight forward and direct.
Simple and direct to the point, amazing!
Fantastic tutorial! I believe the logic for PUT method could have been more aligned to the standard wherein an upsert operation is performed: creation of a new entry in the database if an already existent is not found.
Being SQL developer, watch lot of video and this is first video which clear my all basic douts. Thank you ❤️
This is the most explainatory video i found on Internet about Web Api . need Html,css,js and c# tutorial sir,
The best AP.Net Core Web API video on TH-cam... No words..
The way he speaks English is like I am understanding this in my native language. Great teacher ever ..
Best tutorial on WebAPI. Just excellent from beginning to the end. Very well explained. Thanks so much!
It was an excellent tutorial.
It was very precisely explained.
❤️
Great Tutorial Watched the Whole Video alone with implementation I learn a lot of new things Few things I did according to my way the way I like to do...But You are the Best
I would definitely Recommend everyone to Watch this video
O completed this task. Thank u
No word for appreciation. Wonderful.
The presentation was superb.
great class for web api projects creation by using inmemory & sqlserver as well..tq😀
First time in my entire life, I completed the whole course video, with lots of learning, Thank you @Sameer Loved your way of teaching.
A millions thanks for your explanaition and content, good programing.
great explanation..Thank you so much
Hi Sir...Grate tutorial for beginner...Thank you so much...
Thank You, Sir,
I have learned a lot about MVC and now this web api from your video. It's really helpful for me to complete the assignment for my teacher.
I have a question about this web api, I have created Web API and I want to public it, so Could you make a video to do it?
there many video I try but it didn't work.
at the end, Thank you so much Sir.
Very well explained. It is a great way to start developing a web api system. Thanks for your time! 👍
Great tutorial, I had some hiccups following along but I managed to get it working. Thanks!
Great Explanation - a fantstic teache. I even don't speak English but I understand all.
Thank you so much... I go through your video and step by step follow that and am able to done that... It's too helpful for me
Thank you for this excellent tutorial. Is there any way you can show how to host this API in a windows service?? Coming from a WCF background I'm just not grasping the new way from the Topshelf approach. A decent tutorial on this would be extremely helpful..
This is pretty elegant. Thank you very much.
💖 Migration from Inmemory to Sql is the best part for me.
Thank you from Morroco, your video clarified a lot of thing.
Cheers mate
This video saved my career. You’re the man
Thank you sir well spoken. The tutorial that actually worked. Others didn't for me.
Simple but Concise..... Thanks a lot Man 😍 You earned one Subscriber.
Appreciate it!
Very very helpful video. Recommended for beginners
Great tutorial with a simple clear methodology 😃😃😃😃. Thanks too much!!!!!
Thanks for your effort your explanation was to much easy to understand . Thanks a lot . Keep going
Cheers mate!
Good and helpful content.
One suggestion : avoid showing 'subscribe window' every minute, it' very annoying.
Really a great tutorial to understand for creating API in DotNet Core using Entity. Thanks to Sameer
Thank You...Very Insightful and Helpful.
You are a life saver! Thank you for this video and your step by step explanation!
Awesome tutorial. To the point and crystial clear. Thank you for making this video
Sir, i purchased your course on Udemy after this video.
Really good explanations!
That is great, enjoy the course
This tutorial was amazing..
Thanks
Do you have any tutotial on API with scaffolding. Testing in postman and connecting angular??
Great tutorial. Underrated. Otw buy ur course in udemy.
❤️Just when I needed a dotnet and entity framework tutorial
Sir wonderful video for beginners, Thanks
That was straightforwad, Forever greatful!🙏🙏🙏
Thank you sir. Really appreciate your effort. I was looking this kind of tutorial. Once again thank a lot
This is exactly what i looking for. Beautiful work
It was very clear and explanatory. Thank you.
❤Nice way to explain the things step by step
Thanks Mandeep
This was really informative for me, I am trying to learn more about API's.
For the repeating code in the contact classes, would it have been better to use a contact interface and then create more specific contact classes to avoid duplicating code where possible?
Great content I watched so far about web api...You explained the most targeted thing exactly what I searched for .👍👍
Thanks a lot!
This was such a great explanation!
I think now i understood how to build my api.
A really nice level of detail - thank you!
Glad it was helpful!
Thank you for your effort, I found very helpful topic related to web API
❤Damn! you made it so easy ❤Subscribed
You lifted my confidence
One more thing I am from now on going to look up your all courses especially .Net with Angular.
Thank you, the video was very helpful for me.
if the UPDATE DATA BASE is not working try putting this in front of Trusted_Connection=True;
Update it to
Trusted_Connection=True;TrustServerCertificate=True;
what a life saver, thank you
Thank you sir, I finally get it with this tutorial.
Great Video. Can you also demonstrate via DatabaseFirst model? I mean database is already sitting in SqlServer.
❤Thank you Sameer - you are a Godsend - your videos have helped me so much in getting a start on using VS2022 (MVC and API)
Thank you very much.. ❤💜💙
The best thing I like here is creating sql server database using migration.
Thanks man, That was really helpful. Subscribed.
Cheers mate
i was looking for a great tutorial , i found this
Thanks
thank you sameer. Excellent tutorial..
Why using the InMemory package? What are other options? Warning: The EF Core in-memory database is not designed for performance or robustness and should not be used outside of testing environments. It is not designed for production use.
We are not using it for protection use, just for understanding purposes, :) to help explain better
Thanks a lot for this tutorial, very easy to understand and follow
Thank you very very much for this tutorial
Very, very useful and clear explanation! many thanks!
this was really awesome, hope it will help me in my new project
Thank you sir,
Simple, precise and accurate! Great Explanation
Simple and Best one i have seen until now
Hi,
Great way to explain the things step by step and learn so easy recomended..Thanks Sameer Siani😍😍
Did you use Dependency Injection while creating rest APIs ?
great video ! but please combine it with Angular , that will help..
Thank you so much for your great effort. it was excellent and straightforward.
Thank you. Very clear explanation!.
Wonderful tutorial
Thank you so much 😊
Very Good Explanation, could you also plz explain, how we can work with database server instead of InMemoryDb ?
Thank you sir. It was an excellent tutorial.
You save my day Bro!!! Great work planing to buy udemy one also..
Cheers bud
🏁No words for appreciation,its fabulous.
The presentation & style is outstanding .
Very nice!! Thank you so much for sharing
Thank you man. Your tutorials are so helpful.. I greatly appreciate
Thank you so much for the content sir. Highly helpful.
You have been very helpull!!!! Thank you!!
i love this video, very very simplified. please, can you apply JWt and IdentityUser manager in this course?
Absolutely amazing and fun learning. Keep up the great work!!
Thank you so Much for this amazing video
Thank you for your valuable video.
I have encountered an SSL error during Update-Database. Any idea we can fix this.
Your info is much appreciated.