How to share entities between domain services in WCF RIA Services framework?
Asked Answered
G

1

6

If I would build a big WCF RIA Services application with multiple domain services how could I have certain entities, which are shared between those domain services and exposed by them in different context. For example I could have a Cutomer entity, which is exposed both by Orders and Loyalty modules/domain services. At least my own experiments with [ExternalAttribute] and others seem to indicate that this is not supported by the framework very well.

Gem answered 24/11, 2009 at 22:49 Comment(0)
L
4

Have you seen this tutorial by Microsoft?

http://msdn.microsoft.com/en-us/library/ff422034(VS.91).aspx

Larimer answered 11/10, 2010 at 14:28 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.