Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个通用实体模型,上面有一些类和逻辑,以放入 DLL 并在各种项目中重用它。我牢记在每个项目的另一个中扩展通用 ModelContainer 并使用扩展的 ModelContainer 访问数据库的可能性。我问你是否可以以“干净的方式”这样做,或者我需要一些工作或“坏东西”。谢谢你们。
我不明白你到底想要什么,但我认为你想扩展由edmx.
edmx
您可以使用Partial Classes或来做到这一点Extension Methods。
Partial Classes
Extension Methods