Αυτή η κυκλοφορία είναι η πρώτη Community Technology Preview (CTP) του ADO.NET vNext και περιλαμβάνει μια πρώτη έκδοση του ADO.NET Entity Framework μαζί με μερικά παραδείγματα και οδηγούς. Το ADO.NET Entity Framework υποστηρίζει σενάρια Object Relational Mapping με την χρήση των ADO.NET Entities, καθώς με αυτή την έκδοση μπορεί κάποιος:
- Query of persistent Entities using LINQ to Entities or Entity SQL
- Save new and dirtied entity instances through the object abstractions which also handle
- State management
- Identity resolution
- Change tracking
- Work with persistent object graphs and leverage a programming and query model where relationships are a first class concept
- Use optimistic concurrency and server generated values with persistent entities
- Program against persistent entities as values using the new Map Provider
- Get first hand experience with Entities and the Entity Data Model
- Work with mappings based on view maintenance concepts to support
- Entity Splitting (entities split across multiple tables)
- Table Per Hierarchy, Table Per Class and Table Per Type mappings
- Property renaming
- Conditional mappings
Διαβάστε περισσότερα: ADO.NET vNext CTP (Community Technology Preview) - August 2006
George J.