Posts tagged ‘sql-server-ce’

1 post

Using SQL Server Compact Edition for Unit Testing

29 Mar 2009 09:02 sql-server-ce

Ayende shows how to use SQLite with an in-memory database for unit testing your NHibernate code (here). This is a great idea: your unit tests will run more quickly, and you don’t have to worry about tearing the database down when you’ve finished. On the other hand, it’s not an exact match for Microsoft SQL Server (which is probably what your production website will run against).

» read more