Thursday, April 18, 2013

Advantages for entity framework.


1. Coding efficiency will increase because in normally we need to executes database operation we need to perform certain operation with ADO.net object that we not required in entity frame work
2. We can get data while we view its so that is good for performance as well, as compare to keep in local variable.
3. Microsoft provided MVC framework that supports entity frame work to increase coding efficiency.
4. Increase code scalability.