What is Entity Framework? Entity framework is an ORM that generates business objects for enabling the crud(Insert/Update/Delete) operations.You could retrieve the data using LINQ. Now the question would arise what is ORM.So answer to that is ORM is a medium for storing the data from objects to relational database Entity Framework Evolution It all [...]