How to support Multiple Entity Framework Models in the same solution

后端 未结 2 1521
挽巷
挽巷 2020-12-30 09:00

I have begun developing an application using the Entity Framework.

I have added a namespace to contain all of my user management code MyApp.Users for example, and th

2条回答
  •  灰色年华
    2020-12-30 09:25

    In order to reuse types in multiple models, you need to follow some specific steps outlined in this blog post. Like many more advanced Entity Framework features, this works, but doesn't work so well with the GUI designer. See also this intro post for more ideas on dealing with larger models.

提交回复
热议问题