WCF Data Service - Proxy mid-tier service
问题 The project we are working on is a classic 3 tiered architecture. tier 1 being the database server, tier 2 the application services and tier 3 the presentation tier (a web site). In the application services tier I have a project that includes an entity framework model and a WCF data services based service that exposes the entities within the model e.g.: public class DataService : DataService< PortalEntities > This is a fully fledged OData service that can be queried through the URI e.g.: