views:

24

answers:

1

I was using aps.net mvc unit test, and want to create fake data instead of using real database connection, but the Linq query code and real database was huge and complicated, create fake data in unit test which can mimic real database was a huge job! Who knows some tools can help me to create fake data and mimic real database? Thanks!

A: 

Check out this Object Hydrator on CodePlex.

Martin
This project can just generate some limit kind of data, which was different form my using database, I want a tool to decrease the size of database and create mimic data to cover most tables of database.
Leo Wang