.net - In-memory DBMS's for unit testing -


I am looking for satisfactory options for unit testing. Since they are DAL squares, they are directly ado. Using the databases using the net. Currently, I give an example of an MSSQL database for testing, but wondering what is the fastest option there - Since the unit test needs to run as soon as possible, an in-memory solution would be ideal.

I should also mention that I have built myself in TSQL because I have ever been using Microsoft platform.

Given that you say this:

It should also mention that I have tied myself in TSQL because I am using only one Microsoft platform.

Then the compact version of SQL Server can work properly for your needs. It will not work in full memory but can work in a readable mode (where no main database file has any edits, so it can be used once in many trials)

Some have arrived, there is no stored procedures supported, some data types need to be translated and some data types have tight boundaries (especially those which are Evl may be 4000 characters) are not supported properly SQL clinic.

Even though I have used it, with a good results of almost completely drop replacement for a SqlServer Compact Edition to the appropriate SQL Server database.


Comments