Entity Framework is Microsoft’s recommended data access technology for new applications
.png) Get It | Add the EntityFramework NuGet package to your project and start taking advantage of this powerful OR/M. | | | | .png) Get Started | Visit our Beginner’s Guide to Entity Framework for videos and tutorials that will help you make the most of your data. | | | | .png) Get Help | Find out how to get help from the experts and contribute to the data community on Stack Overflow. |
|
What is Entity Framework?
Entity Framework 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.