Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Entity Framework in .NET?

Do we need to install the entity framework separately or does it come with .net 3.5

like image 373
Rishabh Ohri Avatar asked Feb 10 '10 04:02

Rishabh Ohri


People also ask

What is Entity Framework in .NET with example?

Entity Framework (EF) is an object-relational mapper that enables . NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write. Get it: Add this to your project and start taking advantage of this powerful O/RM.

What is Entity Framework in .NET core?

Entity Framework (EF) Core is a lightweight, extensible, open source and cross-platform version of the popular Entity Framework data access technology. EF Core can serve as an object-relational mapper (O/RM), which: Enables . NET developers to work with a database using . NET objects.

What is Entity Framework used for?

The Entity Framework enables developers to work with data in the form of domain-specific objects and properties, such as customers and customer addresses, without having to concern themselves with the underlying database tables and columns where this data is stored.

Can you use Entity Framework with net framework?

You can use EF Core in APIs and applications that require the full . NET Framework, as well as those that target only the cross-platform .


2 Answers

It comes with .Net 3.5 Service Pack 1

like image 197
Kashif Awan Avatar answered Sep 21 '22 18:09

Kashif Awan


Separate install. It appears you can find it here.

like image 27
Noon Silk Avatar answered Sep 19 '22 18:09

Noon Silk