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.
如果我要构建一个具有多个域服务的大型 WCF RIA 服务应用程序,我怎么能拥有某些实体,这些实体在这些域服务之间共享并由它们在不同的上下文中公开。例如,我可以有一个 Cutomer 实体,它由 Orders 和 Loyalty 模块/域服务公开。至少我自己对 [ExternalAttribute] 和其他人的实验似乎表明框架不能很好地支持这一点。
你看过微软的这个教程吗?
http://msdn.microsoft.com/en-us/library/ff422034(VS.91).aspx