Updated: July 13, 2020 (March 22, 2010)
Analyst ReportEntity Framework Improved in .NET 4
The second version of the Entity Framework (EF), Microsoft’s object-relational mapping (ORM) system, will ship with the .NET Framework 4 in Apr. 2010. ORMs allow developers to insulate application code from the logical and physical storage format of databases, which can simplify software development and maintenance and reduce dependencies on the structures of databases that are often not managed by application developers. The updated EF addresses shortcomings that have slowed developer adoption and hindered competition with other ORMs. However, development teams must be prepared to move to the .NET Framework 4 to use the new EF.
Conceptualizing Data Access
The ADO.NET Entity Framework, part of the ADO.NET data access technologies of the .NET Framework, is an ORM system, a set of developer tools and runtime components that map application components that store and manipulate data (objects) to corresponding tables in a database management system, such as Microsoft’s SQL Server. The EF is designed to reduce the amount of data access code that a developer has to write and to simplify code maintenance in response to database design changes. It also is becoming the primary way to use Microsoft’s Language Integrated Query (LINQ) feature with SQL Server.
Atlas Members have full access
Get access to this and thousands of other unbiased analyses, roadmaps, decision kits, infographics, reference guides, and more, all included with membership. Comprehensive access to the most in-depth and unbiased expertise for Microsoft enterprise decision-making is waiting.
Membership OptionsAlready have an account? Login Now
Not a member but want to see the full content? Contact us.