.net – moq – good sample apps

ado.netmockingmoqnettesting

I know that there has been a couple questions about tutorials on moq. But I am wondering if there are any sample apps out there that use moq in the context of an n-tier business application using ado.net.

I find the tutes good, but they don't seem to bring everything all together into the big picture. Thus, I am looking for a sample app that brings the full picture together.

Also, I think there is a little bit of a lack of examples which specifically deal with mocking and testing the logic in the data access layer.

Cheers
Anthony

Best Answer

Edit 5/5/09: Moq was removed from this code base so you would have to download an older revision (140) to see the moq stuff.

Try SutekiShop - uses .NET 3.5, MVC, LINQ, Windsor, and Moq.