views:

153

answers:

2

Since LinqToSql has been replaced by the Entity Framework, is the Entity Framework out yet?

+9  A: 

Yes

Garry Shutler
+1 Though I have to say that the OP should have maybe spent 5 seconds to google that one. Just a suggestion.
Stefan
Ah, but now this question will probably be the top result for his query
Garry Shutler
A: 

Linq to SQL is not going to be replaced but to answer your other question, Entity Framework V4 Beta 1 is available to MSDN subscribers. Entity Framework for .NET 3.5 is part of .NET 3.5 SP1.

aleemb
Your link is to the version of the Entity Framework that goes with VS 2010 and .Net 4.0. The current Entity Framework version is a fully supported non-beta release.
Iceman
Any idea why Scott Hanselmann said Linq2Sql is not dead in Mix09 ??
Perpetualcoder
Because it's not dead. They're just not adding anything to it. Like COM is not dead, the registry is not dead, NTFS is not dead, FAT32 is not dead, the color blue is not dead, and .NET 2.0 is not dead.
Jeff Yates
Fixed this to be correct (.NET 3.5 SP1 includes 1st version of Entity Framework, also .NET 4 Beta includes the next version).
Richard
But further enhancement and support fo Linq to SQL is no longer available...
Usman Masood