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.
我正在使用模型优先实体框架 (edmx) 在大约 4 个单独的项目中连接到我的数据库。
现在,每当我进行数据库更改时,我都必须为每个项目更新 edmx。我考虑过创建 WCF 数据服务,但我仍然需要更新每个项目中的服务引用。
有一个更好的方法吗?