ADO.NET Entity Framework documents are back (ADO.NET vNext)
- The ADO.NET Entity Framework Overview
- Next-Generation Data Access (Making the conceptual level real)
In these documents, you'll encounter the following:
- The Entity Data Model
- Entity SQL
- LINQ to Entities
- LINQ to DataSets
- LINQ to SQL (formerly known as DLinq)
We still don't know if DLinq will continue to live for a very long time (I don't see why we'd need two object-relational mapping solutions from Microsoft except for creating confusion).
Update:
These documents are also available online as web pages, not just Word documents.
- The ADO.NET Entity Framework Overview
- Next-Generation Data Access (Making the conceptual level real)
Cross-posted from http://linqinaction.net