Has anyone found a good method of mocking out ADO.Net Data Service calls from a Silverlight application?
The power of Data Services seems to be the use of linq, client side, over entities. However when testing the objects that do the data access how can you mock out the service?
One way is to create an entire mock Data Service, but then all the objects would need to be recreated.
Are there any mocking frameworks that can help?