views:

519

answers:

1

Hello Everyone

I'm playing around with Entity Framework 4 and code only. The tutorial I'm following is using the Beta-Version of Visual Studio 2010 and is referring to Microsoft.Data.Entity.Ctp. Since I'm working with the final release of Visual Studio the name of the dll must have changed. Can somebody tell me how its name is now?

Cheers, AC

+2  A: 

Code-only is still a CTP. It didn't ship in RTM. It will be a separate "Feature Pack" RSN.

Craig Stuntz
Thanks for your help. Is there a way to get noticed when the feature pack is released?
Anonymous Coward
Follow the ADO.NET team blog: http://blogs.msdn.com/adonet/archive/2010/02/18/entity-framework-feature-ctp-3-now-available.aspx
Craig Stuntz