(#43) How to install entity framework (ef) core | Asp.Net Core tutorial

preview_player
Показать описание
In this video, we will learn what all packages are required to install ef core to connect with SQL Server or MySQL.
If you want to work with entity framework CLI then you need to install one more package.
You need to install the following packages to install ef core:

👉 Microsoft.EntityFrameworkCore
👉 Microsoft.EntityFrameworkCore.Relational
👉 Microsoft.EntityFrameworkCore.SqlServer
👉 Microsoft.EntityFramerworkCore.Tools

Join this channel to get access to perks:

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Follow us on
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Popular free courses from WebGentle
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Рекомендации по теме
Комментарии
Автор

Sir Pl add Further Video like how to relate parent child relation between classes to create code first approach and complete database project .

nainasaha
Автор

hello can u make tutorial on how to execute stored procedure as it is not supported in EF core aslo mapping with that.

ajit
Автор

Thx alot,
Can you plz give us video how to use Dapper in ASP.net mvc core?

yasminarab
Автор

Nice concept and well explained. I am in problem Oracle db has not supported 3.1 core. only 2.1 core is supported. I do have to roll back to use 2.1.. Is there the vast change in .net 2.1 vs 3.1 .net core.

sahaniarunitm
Автор

I'm having error trying to download Entity.Frameworkcore... Help please.

diranidiran
Автор

Sir we are confused the identity ef core . how to dynamically create user, user role and allot control and action to that user. but all these should be real-time save into database not like fixed predefined user.

nainasaha
Автор

I am still waiting for database first approach.

itranjan
Автор

Please provide database first approach...bcs most people work in maintenance project.

itranjan