Posts

Showing posts from January, 2018

Top 5 Features of Entity Framework Version 7 Every Dot Net Developers Should Know

Image
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 as EF als