Hi Friends,
Please explain me
What is the Advantage of using Entity Framework?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
sanjay prasadPosted Oct 21, 2016, 9:27 AM
2. Easy and fast Functionality for select, Insert, update ,delete and other CRUD operation.
3. Data access code is under source control. If any Database Modification required, no need to change
Data access logic. You have to just change model or business object.
4. Easy to manage relationship between tables.
5. Faster Development approach then ADO.NET.
6. Code is also usually much neater and more maintainable
7. Conceptual model can be represented in a better way.
Rodrigo BeretaPosted May 10, 2013, 7:06 AM
The advantage of the Entity Framework as it is an ORM your source code is object-oriented without having to use relational tables, maintenance is easier because your code will be closer to the business rule.
Regards
Satyapriya NayakPosted May 10, 2013, 5:51 AM
http://www.codeproject.com/Articles/363040/An-Introduction-to-Entity-Framework-for-Absolute-B
http://www.codeguru.com/csharp/.net/article.php/c17027/Using-the-ADONET-Entity-Framework-with-the-Advantage-Database-Server.htm