views:

215

answers:

0

I am using Silverlight, Ria, and the Silverlight Testing Framework. I am trying to build a mock database and have run into a few issues.

First the example on the RIA site does not use the silverlight testing framework so I am not able to use it.

Second The other example that I have tried does not seem very scalable. Since I need to mock quite a few models and more in the future.

Question: Has anyone found an example on DAL mocking that is easily scalable and uses the silverlight testing framework?