Our team evaluates the use of WCF data services (formerly ADO.NET Data Services) and determined that we will need to create a user data provider . Where can we find an example of the implementation of two required interfaces: IDataServiceMetadataProvider and IDataServiceQueryProvider ?
EDIT: Please note that the "WCF User Data Provider Service does not match the" ADO.NET User Data Provider ".
EDIT: We started reverse engineering using Reflector, but I would still be grateful if someone had a sample that they would like to publish!
source
share