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?
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?
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.