How does one create a new Entity Framework Model by referencing an existing model?
We would like to publish a base model, that represents our core business data.
Separate departments would reference this base mode开发者_StackOverflow中文版l, (published as an .NET assembly) Their project would create their schemas that reference the core business schema.
Is it possible that each team would reference this common assembly, and then build their own model on top of that with the Entity Framework (either 3.5 or 4.0)?
Can you do this? Yes. Should you? Well, I'll let you read the article to make your own call on that.
精彩评论