Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

moq - good sample apps

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

like image 700
vdhant Avatar asked Oct 28 '08 10:10

vdhant


1 Answers

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.

like image 152
JC. Avatar answered Oct 01 '22 12:10

JC.