Tagged Questions

1
vote
2answers
558 views

How do I implement IDataServiceMetadataProvider and tell my Data Service to use that custom provider?

There's no obvious entry point for implementing a custom provider for an ADO.NET Data Service using IDataServiceMetadataProvider, and then telling a Data Service to use that provider. Has anyone had ...
0
votes
3answers
590 views

WCF - using multiple bindings including REST (WebHttpBinding) on one service library?

I want to expose my Service Layer (which is currently written as standard class library with POCOs) for external as well as internal consumption. External clients will use it over REST style APIs ...