views:

84

answers:

1

i'm experimenting the entity framework lately,

i wonder is it possible to model entities in designer view from scratch then let the framework handle the schema creation, foreign keys and such automatically?

A: 

The Entity Framework team calls this "model first." It is not a feature of the currently shipping Entity Framework, but it will be in .NET 4.0. You can see a demonstration if you watch the PDC video.

Craig Stuntz
thank you :)downloading the video now. Article doesn't mention about what will it do when it comes to updating schema as the entities grow though...
koraytaylan

related questions