votes
Using sql lite with nunit for testing
I am interesting in using sql-lite for unit testing, or integration testing. What do I need to do to setup the database in-memory? I am using nhibernate and I believe many use this approach to test their domain model and CRUD operatio ...
