Learn Full API Development from these courses: Complete Blazor (WASM & Server) and ASP.NET API Development - www.udemy.com/course/end-to-end-aspnet-core-31-api-and-blazor-development/?referralCode=E737D31F38F986C3FA28 Ultimate ASP.NET Core Web API Development Guide - www.udemy.com/course/ultimate-aspnet-5-web-api-development-guide/?referralCode=354D04A638A9196767B3
@jonah87152 жыл бұрын
Very thorough intro guide! I had limited knowledge going in but I feel like a wizard now, thanks!
@TrevoirWilliams2 жыл бұрын
Happy to help Jonah
@fross25002 жыл бұрын
great content
@TrevoirWilliams2 жыл бұрын
Thank you for the feedback and support
@claudiasaji4453 Жыл бұрын
Amazing course! Thanks a lot!
@TrevoirWilliams Жыл бұрын
Glad it helped.
@ronaldjohnson44702 жыл бұрын
Thank you Trevoir, excellent tutorial.
@TrevoirWilliams2 жыл бұрын
Glad it was helpful!
@neilbae2 жыл бұрын
Great video!
@TrevoirWilliams2 жыл бұрын
Thanks for watching
@denistita41662 жыл бұрын
Great course. Thanks.
@TrevoirWilliams2 жыл бұрын
Glad it was helpful!
@harpesiri2 жыл бұрын
great content and clear explanation..Thanks
@TrevoirWilliams2 жыл бұрын
Glad it was helpful!
@aytech68672 жыл бұрын
Thank you dear for your hard work . Dear If I want to update the existing db should I remove the data folder and re type the Scaffold dbcontext again in the package manager console?
@TrevoirWilliams2 жыл бұрын
You don't need to remove anything. If you rerun the command, it will regenerate all the files automatically.
@aytech68672 жыл бұрын
@@TrevoirWilliams thank you so much
@jessmathew72052 жыл бұрын
This video is very informative, and i have a doubt if in case i need both books details and authors details what should be done? One class is depending on another. So what change is to be made?
@TrevoirWilliams2 жыл бұрын
Thank you for pointing that out. In the full course, we do this and cater to adding books with the author associated.
@sanakanwal62552 жыл бұрын
thank you boy 😊
@TrevoirWilliams2 жыл бұрын
No problem
@sergkapitan25783 ай бұрын
Explanaition part is good:) Can you tell why the quality of picture is so so bad??? I cannot realy recognize almost anything ...
@TrevoirWilliams3 ай бұрын
It might be your connection. The video is 4K quality.
@sergkapitan25783 ай бұрын
@@TrevoirWilliamsHi Trevoir! Which connection exactly do you mean, if I see almost all other videos really very good!? May be there is settings in KZbin for each video quality separately?....???
@forgiveandforget78962 жыл бұрын
You didn't put the author Id in the create book dto while it is put in the read-only, detail and the real data model How can I add a book without adding the author of it
@arunakumari57762 жыл бұрын
How to get and use appsettings.json and cachesetting.json static data in the project ?
@aricwilliamsdeveloper2 жыл бұрын
hey! what course can i take to get good course on save data to database and retrieve data from database , login and registration... I can make an app, but it loose data after refresh. Like on udemy it remembers everything about me when i login. I want to make a software as a service app
@TrevoirWilliams2 жыл бұрын
Hello Aric, you can start by taking Conplete ASP.NET Core and Entity Framework Development. This will lwalk you through all the basics and intermediate steps to developing a an app with a database. www.udemy.com/course/complete-aspnet-core-31-and-entity-framework-development/?referralCode=739749EF600855CEE34F
@aricwilliamsdeveloper2 жыл бұрын
@@TrevoirWilliams I brought Microsoft Azure for .Net dev, Ultimate API core, Solid and clean architecture, azure devops, entity core framework, and test driven development courses because you explain everything so well... Im so tired of half baked courses and ppl with heavy Indian accents (Not disrespect to my Indians!!)
@TrevoirWilliams2 жыл бұрын
@@aricwilliamsdeveloper I sincerely appreciate the support. Feel free to ask me anything as you go along. I am also always open to suggestions.
@iKadheya Жыл бұрын
I have a problem, when I publish this to IIS the conenection to the database breaks :( is there something to configure to iis ?
@TrevoirWilliams Жыл бұрын
Double-check your connection strings in the appsetrings file after publishing and see if the correct database is being used. Also, you need to give the app pool permission to the database
@Daily5ongs2 жыл бұрын
thanks man for all your work please do a practical course for DDD
@TrevoirWilliams2 жыл бұрын
That is a good idea. I will take it in stride.
@Daily5ongs2 жыл бұрын
@@TrevoirWilliams thanks again
@rickytm2 жыл бұрын
X2 Greetings from MX
@forgiveandforget78962 жыл бұрын
What is the next video should I watch to build mvc model and connect it to this api
@TrevoirWilliams2 жыл бұрын
This video is an excerpt from my course Conplete Blazor Development on Udemy. The link is in the description. You will learn how to build this entire app end to end with Blazor
@forgiveandforget78962 жыл бұрын
How can I upload images to the api using Iform file
@kawkabsuhail66892 жыл бұрын
an error emerged when I ran the project swagger localhost refused connection ....How can I solve it
@TrevoirWilliams2 жыл бұрын
I am not sure why. Did you change anything in the program.cs file regarding the swagger configurations?
@harishbhor26672 жыл бұрын
can u explain how to solve cors policy error in entity framework
@TrevoirWilliams2 жыл бұрын
I am not sure that I understand the question fully.