开发者

Generate Entity domain model from classes

I write my domain classes first. Entity framework allows you to generate code and create a databas开发者_如何学Goe and also generate domain classes. What about generating the entity diagram from the already written domain and then generating the database?


You can:

  1. Build classes, then generate a DB, then make a UML model (not an entity model) from your classes (code-first)
  2. Build a model, generate classes, generate a DB (model-first)

But there's nothing built in that precisely matches the flow in your question.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜