In this episode of 10-4, we introduce a new tooling enhancement coming with Visual Studio 2010 and the Entity Framework 4.0: model-first development. This feature allows you to create your Entity Data Model from scratch and then generate a database from it, as opposed to reverse engineering your EDM from an existing database. For more 10-4 episodes, be sure to visit: http://channel9.msdn.com/shows/10-4
Visual Studio Topic Area on Channel 9: http://channel9.msdn.com/VisualStudio
Visual Studio 2010 CTP VPC: http://tinyurl.com/GetCTP
10-4! Over and out!
Features that need to be there:-Change scripts as well as create scripts (looks like this is already there?)-Sized fields like Varchar need to have some way to map back field. In fact if you could constrain the field as an EF field during any save operation that would be better. I am talking zero custom code. I set String field with Length 20 in the tooling. It throws an exception on 21+ characters.