[Data] ADO.NET 3.0 and Entity Framework
ADO.NET 3.0 and Entity Framework whitepaper was originally published in May on MSDN but only for a day or so. When the links to the doc ceased to function, many people including myself were left with a printed copy of the document.
Indeed, one extremely exciting document! It gave us a consistent overview of the future of the data access in .NET. It was already known that the DLinq will deal with impendency mismatch between different programming languages (database access and general purpose languages), making the database queries the first class citizens of a C# or VB.NET program.
The big news was the fact that the we will be able to access the data in more natural way, using business object level (that is what the Entity Framework is all about) abstractions instead of the tables and relations from the relational schema of the database.
A month later, the documents are finally officially published:
Enjoy the reading. It will shorten the waiting time for the first runnable CTP…
Related links:
Indeed, one extremely exciting document! It gave us a consistent overview of the future of the data access in .NET. It was already known that the DLinq will deal with impendency mismatch between different programming languages (database access and general purpose languages), making the database queries the first class citizens of a C# or VB.NET program.
The big news was the fact that the we will be able to access the data in more natural way, using business object level (that is what the Entity Framework is all about) abstractions instead of the tables and relations from the relational schema of the database.
A month later, the documents are finally officially published:
- The ADO.NET Entity Framework Overview
- Next-Generation Data Access (Making the conceptual level real)
Enjoy the reading. It will shorten the waiting time for the first runnable CTP…
Related links:
- ADO.NET Entity Framework documents are back (ADO.NET vNext)
- Notes from the Tech Ed Pablo Castro’s session DAT 304: Next Generation Data Access in ADO.NET vNext by Kent Tegels
- ADO.Net Entity Framework and More thoughts about ADO.Net Entity Framework by Oren Eini, who is reading the documents and ends up unimpressed and rather skeptical. To repeat his conclusion - we’ll have to wait for the bits.
0 Comments:
Post a Comment
<< Home