What is Entity Framework?

Monday, December 12, 2011

The ADO.NET Entity Framework enables developers to create data access applications by programming against a conceptual application
model instead of programming directly against a relational storage schema.
The Entity Framework enables developers to work with data in the form of domain-specific objects and properties, such as customers
and customer addresses, without having to concern themselves with the underlying database tables and columns where this data is
stored. With the Entity Framework, developers can work at a higher level of abstraction when they deal with data, and can create
and maintain data-oriented applications with less code than in traditional applications.

www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning

LinkWithin

Blog Widget by LinkWithin

Recommended Books