Microsoft has recently release ADO.NET Entity Framework Beta 2 and the accompanying Entity Framework Tools CTP have been released!Following are the added features of latest release:
-Events to customize code generation
-Abstract types in EDM models-Complex types
– support in metadata files-Entity key serialization-Increased persistence ignorance in entity data classes
-Improved connection management in ObjectContext
-Improved DataBinding usability
-Metadata annotations
-Better support for span over LINQ to Entities queries
-Improvements to LINQ queries: additional canonical functions and automatic mapping from CLR functions to server functions
-A new event for extensibility of SaveChanges-Usability and consistency improvements
-Polymorphic results from stored procedures
You can download it form here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=09A36081-5ED1-4648-B995-6239D0B77CB5&displaylang=en
For more details visit following ado.net team blog post:
http://blogs.msdn.com/adonet/archive/2007/08/27/entity-framework-beta-2-the-1st-entity-framework-tools-ctp-released.aspx
Another link related to ADO.NET Entity framework is following:
http://channel9.msdn.com/ShowPost.aspx?PostID=217633
To know what is ado.net entity framework. Please visit following link:
http://blogs.msdn.com/adonet/archive/2006/07/11/662447.aspx
http://blogs.msdn.com/data/