C# | Entity Framework 6 | Code First explained with practical example

preview_player
Показать описание
Entity Framework supports
1. Database first or schema first approach
2. Model first approach
3. Code first approach

Code-first approach allows us to create our custom classes first and based on those custom classes entity framework can generate database automatically for us. Let's understand this with an example.

#CodeFirst #EntityFramework-core C#
#CodingHacks #Entity framework 6
#Code first approach #MVC #Code First demo
Рекомендации по теме
Комментарии
Автор

Sir, I really enjoy watching your tutorial videos. I hope you put more videos on all latest tech stacks.

himanshi
Автор

A very nice skilled guy... Thanks for your video and time.

natodas
Автор

Thank you for the video that help me very much. You save my life. The teacher give too many tasks.

gaetaen
Автор

Thanks for the video. I am wondering that can I use MSI with code first approach?

jignajoshi
Автор

Entity Framework is totally removed from our system, it's just too messy and difficult to maintain for all developers. It could work in a very small system but not the enterprise level! Not sure what Microsoft was thinking when they implemented this!

STUPIDYOUTUBE_HIDINGMSGS