I have a custom data entity (data object) exposed through a WCF web service. The WCF service exists in a web application. Then, I have a Silverlight application that contains The service reference
Tag: Between Share
ASP.NET hierarchical application – sharing entity data model between layers
How can I share the automatically generated entity data model (generated object class) in all layers of my C# Web application, while granting query access only in the data layer? This uses the typi