How to use Entity Framework Core with existing database

preview_player
Показать описание
In this video, I'm going to show you how to use Entity Framework Core with an existing database. We will use the database-first approach which allows generating entities classes from your database schema.

🙏 Subscribe:

🌎 Where to find me:

#EntityFrameworkCoreWithExistingDatabase
Рекомендации по теме
Комментарии
Автор

Very useful video. It is surprising how easy it is to work with EF Core Power Tools. Thanks a lot Pat!

sonofliberty
Автор

Good to see a new video from you, great tutorial as always!

Azm
Автор

Thank you so much. Very easy-to-follow approach on your videos. Keep up the good work and thanks!

josephl
Автор

You are very talanted man !!! During just 7+ minutes you could shared with us such interesting theme ) Thank you for your important job !!!:)

evaapperson
Автор

Excellent. Thank you for this a big help moving from Dapper to EF.

waynehawkins
Автор

What I needed. I have a complicated EF app and needed to add a table to it. Thanks.

mikebreeden
Автор

Great video! Explained it better than my college proffesors.

karlopest
Автор

Thank bro, im aware with this method .

arsyibaby
Автор

very clear and awesome. By the way how about Entity Framework Core with existing database in Xamarin, sir?

center
Автор

Your videos deserve more likes and views!!!
May I suggest for future tutorial that you make a web API with JWT authentication using Azure Active Directory? Thanks heaps!

STUPIDYOUTUBE_HIDINGMSGS
Автор

How do you update if y update the database?

Eagler
Автор

Is there any framework for DB first in Python or Go?

emonymph
Автор

This fails... install-package : NU1202: Package 6.0.9 is not compatible with netcoreapp3.1 (.NETCoreApp, Version=v3.1). Package 6.0.9
supports: net6.0 (.NETCoreApp, Version=v6.0)

jdhenckel