ASP.NET Core Web Apps with EF Core [3 of 5] | Entity Framework Core for Beginners

preview_player
Показать описание

Are you a web developer? ASP.NET Core and EF Core are a perfect match to accelerate your web app development. We'll look at using EF Core with ASP.NET Core's Dependency Injection container.

Learn more about Entity Framework Core:

Follow us:

Useful Links:

#DotNet #efcore #entityframework #beginner
Рекомендации по теме
Комментарии
Автор

Thank you so much. It was a huge help. The document was so confusing. Thank you for your time, help and consideration

starkfury
Автор

Thank you Sir, Finally I found what I was looking for.

muhammadshahidrafique
Автор

How would Blazor fit with this series? Would you still use the EF Core principles and approach. Trying to determine what to learn to compliment Blazor development. Thanks

AthelstanEngland
Автор

Hi @Cam how do I create an Ntier app with EF core with best practices? is there some serie to do this? thks in advance

Автор

This is really helpfull & appreciated😀

sherlockholmes
Автор

For VSCode... I needed to install ConfigurationManager in the terminal with...
dotnet add package --version 6.0.1

chrislamb
Автор

I would never use the CRUD generated code in a production environment. From a code structure perspective, there's a lot left to be desired.

runtimmytimer
Автор

Thank you and thanks for the secrets.json file. It's never late to learn

erwannsm
Автор

4:30 Are you sure to set -outDir Generator option Pages/Customers but not Pages/Products ? it seems like wrong
😅

ritsutoan
Автор

I don't get the proper prices on the Products page.
Mine are with commas 9, 99, 13, 99, 4, 99... and I can't set a price with decimals.
If I input 11.99 I get the error message "The value '11.99' is not valid for Price."
If I input 11, 99 I get the error message "The field Price must be a number."
If I just leave the input at 11, then it sets the price set to 11, 00.
In ContosoPizzaContext the Price HasColumnType("decimal(6, 2)").

tobiassvensson
Автор

After Running the Application, it shows 404 error in the webpage. I have followed the steps as insisted by you. If anyone knows the solution give me a heads up on this.

sandeeprangaraj
Автор

Please, you must use graphical tools for this jobs, not manually create.

Jacob-fndn