Download ADO.NET Entity Framework 4

ADO.NET Entity Framework provides a strongly-typed LINQ data access experience over relational databases, including direct, efficientaccess to SQL Server.

ADO.NET Entity Framework 4.1 RC introduces two new features:
  • The DbContext APIis a simplified abstraction over ObjectContext and a number of other types that were included in previous releases of the ADO.NET Entity Framework. The DbContext API surface is optimized for common tasks and coding patterns.
  • Code First is a new development patternfor the ADO.NET Entity Framework and provides an alternative to the existing Database First and Model First patterns. Code First is focused around defining your model using C#/Visual Basic .NET classes, these classes can then be mapped to an existing database or be used to generate a database schema. Additional configuration can be supplied using Data Annotations or via a fluent API.


Download here