Thursday, June 18, 2015

A brief version history of ADO.NET Entity Framework

ADO.NET Entity Framework is an Object/Relational Mapping (ORM) framework that enables developers to work with various relational databases like SQL Server, Oracle, DB2, MYSQL etc. It enables developers to deal with data as business objects and entities. Using the Entity Framework, developers issue queries using LINQ, then retrieve and manipulate data as strongly typed objects using C# or VB.NET.
ADO.NET Entity Framework Version History
ADO.NET Entity Framework Version
Supported Framework & IDE
Features Detail
6.0
.NET Framework 4.5.1 and Visual Studio 2013
  1. Async Query and Save
  2. Code-Based Configuration
  3. Dependency Resolution
  4. Interception/SQL logging
  5. Improved Connection Management
  6. Improved Transaction Support
5.0
.NET Framework 4.5 and Visual Studio 2012
  1. Enum Support in Code First and EF Designer
  2. Spatial Data Types in Code First and EF Designer
  3. Table-Valued Functions
  4. Multiple Diagrams per Model
4.3
.NET Framework 4.0 and Visual Studio 2010
  1. Code First Migrations
  2. Automatic Migrations
4.2
.NET Framework 4.0 and Visual Studio 2010
  1. The EF 4.2 release included the bug fixes to EF 4.1
4.1
.NET Framework 4.0 and Visual Studio 2010
  1. Code First development
  2. Introduced DbContext API
  3. Data Annotations and Fluent API Validation
4.0
.NET Framework 4.0 and Visual Studio 2010
  1. Model-first development
  2. POCO support
  3. Lazy Loading
  4. T4 Code Generation
3.5
.NET Framework 3.5 SP1 and Visual Studio 2008 SP1
  1. This release provided basic O/RM support using the Database first development
What do you think?
I hope you will enjoy the ADO.NET Entity framework features. I would like to have feedback from my blog readers. Your valuable feedback, question, or comments about this article are always welcome.

No comments:

Post a Comment