ASP.NET Core 6 Web API Using Entity Framework Core 6 Database First Approach

  Рет қаралды 21,639

Trevoir Williams

Trevoir Williams

Күн бұрын

Пікірлер: 44
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
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
@jonah8715
@jonah8715 2 жыл бұрын
Very thorough intro guide! I had limited knowledge going in but I feel like a wizard now, thanks!
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
Happy to help Jonah
@fross2500
@fross2500 2 жыл бұрын
great content
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
Thank you for the feedback and support
@claudiasaji4453
@claudiasaji4453 Жыл бұрын
Amazing course! Thanks a lot!
@TrevoirWilliams
@TrevoirWilliams Жыл бұрын
Glad it helped.
@ronaldjohnson4470
@ronaldjohnson4470 2 жыл бұрын
Thank you Trevoir, excellent tutorial.
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
Glad it was helpful!
@neilbae
@neilbae 2 жыл бұрын
Great video!
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
Thanks for watching
@denistita4166
@denistita4166 2 жыл бұрын
Great course. Thanks.
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
Glad it was helpful!
@harpesiri
@harpesiri 2 жыл бұрын
great content and clear explanation..Thanks
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
Glad it was helpful!
@aytech6867
@aytech6867 2 жыл бұрын
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?
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
You don't need to remove anything. If you rerun the command, it will regenerate all the files automatically.
@aytech6867
@aytech6867 2 жыл бұрын
@@TrevoirWilliams thank you so much
@jessmathew7205
@jessmathew7205 2 жыл бұрын
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?
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
Thank you for pointing that out. In the full course, we do this and cater to adding books with the author associated.
@sanakanwal6255
@sanakanwal6255 2 жыл бұрын
thank you boy 😊
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
No problem
@sergkapitan2578
@sergkapitan2578 3 ай бұрын
Explanaition part is good:) Can you tell why the quality of picture is so so bad??? I cannot realy recognize almost anything ...
@TrevoirWilliams
@TrevoirWilliams 3 ай бұрын
It might be your connection. The video is 4K quality.
@sergkapitan2578
@sergkapitan2578 3 ай бұрын
@@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?....???
@forgiveandforget7896
@forgiveandforget7896 2 жыл бұрын
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
@arunakumari5776
@arunakumari5776 2 жыл бұрын
How to get and use appsettings.json and cachesetting.json static data in the project ?
@aricwilliamsdeveloper
@aricwilliamsdeveloper 2 жыл бұрын
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
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
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
@aricwilliamsdeveloper
@aricwilliamsdeveloper 2 жыл бұрын
@@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!!)
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
@@aricwilliamsdeveloper I sincerely appreciate the support. Feel free to ask me anything as you go along. I am also always open to suggestions.
@iKadheya
@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
@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
@Daily5ongs
@Daily5ongs 2 жыл бұрын
thanks man for all your work please do a practical course for DDD
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
That is a good idea. I will take it in stride.
@Daily5ongs
@Daily5ongs 2 жыл бұрын
@@TrevoirWilliams thanks again
@rickytm
@rickytm 2 жыл бұрын
X2 Greetings from MX
@forgiveandforget7896
@forgiveandforget7896 2 жыл бұрын
What is the next video should I watch to build mvc model and connect it to this api
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
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
@forgiveandforget7896
@forgiveandforget7896 2 жыл бұрын
How can I upload images to the api using Iform file
@kawkabsuhail6689
@kawkabsuhail6689 2 жыл бұрын
an error emerged when I ran the project swagger localhost refused connection ....How can I solve it
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
I am not sure why. Did you change anything in the program.cs file regarding the swagger configurations?
@harishbhor2667
@harishbhor2667 2 жыл бұрын
can u explain how to solve cors policy error in entity framework
@TrevoirWilliams
@TrevoirWilliams 2 жыл бұрын
I am not sure that I understand the question fully.
.NET 6 Minimal API Full Build
56:03
Trevoir Williams
Рет қаралды 3 М.
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 53 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 82 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 18 МЛН
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 25 МЛН
The Logging Everyone Should Be Using in .NET
15:34
Nick Chapsas
Рет қаралды 86 М.
ASP.NET Core Tutorial for Beginners | .NET 7
4:17:24
Julio Casal
Рет қаралды 90 М.
.NET 7 Beginner Course 🚀 Web API, Entity Framework 7 & SQL Server
2:20:13
Building a .NET 6 API Using TDD
1:38:59
Wes Doyle
Рет қаралды 148 М.
When You Shouldn't Use Await Async in .NET
7:51
Nick Chapsas
Рет қаралды 40 М.
SQL  Server Beginner Tutorial for 2023
1:58:31
Trevoir Williams
Рет қаралды 937
ASP.NET Core Web API + Entity Framework Core : Database First - EP01
17:12
CuriousDrive: Solve Coding Problems & Win Prizes!
Рет қаралды 242 М.
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 53 МЛН