1. What is Entity Framework?
Entity Framework is based on Object
Relation model (ORM) framework developed by Microsoft.
It will automate the Why of interaction
between database and your code. It makes your application as rapid develop by
overriding for creating of framework for all your ADO.net.
It make easier to access Data base using
linq query.
You can access the tables and
storeprocedure detail in c# code and perform the crud operation very easily.
2. What its advantage?
Advantage of using entity framework is to
generate the automated code to interact with data base. Its make your
application in fast pace of development.