It seems Microsoft had the intention to ship the EF with VS2008 but a lack of time forced them to drop it and it's now planned for SP1. Still even at this SP1-beta stage it's somehow unacceptable that the multi-tiered solution, which should be there out of the box, is not present. Neither in L2S nor in the EF. It's unacceptable for me in the sense that the whole world is now gravitating around multi-layered applications and any ORM or DAL system should enable this scenario (No out-of-the-box story!).
There are some rumours that Microsoft is abandoning L2S... This post also highlights some political issues related to L2S which make frown but, well, the world is about money and power. I just hope they don't drop it in favor of Astoria and yet even bigger convolutions.
LINQ to SQL was actually designed to be host to more types of back-ends than just SQL server. It had a provider model targeted for RTM, but was disabled before the release. Don’t ask me why. Be satisfied to know that is was not a technical reason. Internally, it still behaves that way. The trick is to find out how to swap in a new one when everything from the language to the runtime wants to keep you from doing it. [Emphasis added.]
The Data Programmability Team never owned LinQ to SQL, it was owned by the C# team. That's why we have two O/R mappers, both teams wanted to ship theirs.
