Right off the bat, the "CodeBetter" guys did not give any sort of collective "seal of approval" to the Linq to Entities Framework -- and why the hell would it matter even if we did? I found the Entities Framework to be intriguing for its potential and underlying technical foundation, but as a usable O/R Mapping tool, I think NHibernate (especially with the new Linq query language) provides a better experience.
Here's what the "Don" of all things .Net has to say on the DNR Entity Framework episode:
http://ayende.com/Blog/archive/2007/04/11/Comments-on-DNR-226-Entity-Framework.aspx
and my recollection of that meeting with the Entities team, including my substantial hangups with Linq to Entities:
http://codebetter.com/blogs/jeremy.miller/archive/2007/03/19/MVP-Summit-Recapped_3A00_-Linq-for-Entities_2C00_-MonoRail_2C00_-and-Shameless-Name-Dropping.aspx
and Scott too:
http://codebetter.com/blogs/scott.bellware/archive/2007/04/09/161500.aspx
In the end, it may not matter what they do because NHibernate and WilsonORMapper will continue to work just fine and support the way I want to work. And if you just want yet another "design the database schema and codegen an anemic domain model from that" tool, there's a dozen tools out there today that already work that way.