Top 5 Features of Entity Framework Version 7 Every Dot Net Developers Should Know
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjftj3SkcU2kNlHg0U4YZDJ7oyiSC7Gwl1ODee-U8zyMT-Mklmhv0Vwv0mqab8i6C4gP8EMt3QQFlUNP5rwFRYrqUU5mv1VCm4H-_Y3s9wmr1GpWgxsZmSG55mLrFvrgfZe843k5PtSnKc/s640/entity+framwork.jpg)
Introduction: Entity Framework is an Object Relational Mapper (ORM) which is a type of tool that simplifies mapping between objects in your software to the tables and columns of a relational database. Latest Updated Complete ASP.NET MVC Course Content - Free PDF Link EF is an open source ORM framework for ADO.NET which is a part of .NET Framework. Initially, Entity framework came with less features and some functionality. There were continuous changes made in the Entity framework as a result. EF has become more popular and comes with lots of new features in every release. Checkout the Entity Framework Version 7 Features below, Lightweight and extensible New Data Stores Unique Constraints New Platforms Shadow Properties Here we are going to discuss about New Features of Entity Framework 7 Lightweight and Extensible : In entity Framework 7 You can use only that extensions which are useful to your project. But the concepts are same ...