Fabrice's weblog

Tools and Source

News

My .NET Toolbox
An error occured. See the script errors signaled by your web browser.
No tools selected yet
.NET tools by SharpToolbox.com

Read sample chapters or buy LINQ in Action now!
Our LINQ book is also available on AMAZON

.NET jobs

Emplois .NET

transatlantys hot news

Contact

Me

Others

Selected content

ADO.NET Entity Framework documents are back (ADO.NET vNext)

The original articles about the ADO.NET Entity Framework didn't stay online very long, but this time, two official documents are available:
These documents will give you an overview of what is coming in the next version of ADO.NET, mainly the ADO.NET Entity Framework, which is Microsoft's upcoming solution for mapping data to objects.
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)
Note: there is no preview release of the Entity Framework for the moment.
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.
A document about the EDM (Entity Data Model) is also available: web page or Word document

Cross-posted from http://linqinaction.net

Comments

hacked.brain said:

# June 18, 2006 3:51 PM

SqlNews said:

Its been almost a month since the Storage Engine Blog was started and as Kimberley Tripp has mentioned its...
# June 18, 2006 5:29 PM

Mike Brown said:

I'm guessing that ADO.Net Entity Framework is built around DLinq. The LINQ tools are useful for more than just data access.
# June 20, 2006 4:27 PM

Fabrice Marguerie said:

Mike, the ADO.NET Entity Framework is NOT built around Linq to SQL (DLinq). In fact, they have nothing to do with each other.
Linq to SQL is built around Linq. The only thing they have in common is that the Entity Framework can be used with Linq ("Linq to Entities"), but that's just an option.
# June 20, 2006 6:52 PM

Mike Brown said:

Great, as if I didn't have enough toys to play with.

So is the Entity Framework similar to Entity EJBs *shuddering* or is it more along the line of Oracle Business Objects (not to be confused with Business Objects, the developer of Crystal Reports).
# June 22, 2006 4:47 PM
Leave a Comment

(required) 

(required) 

(optional)

(required)