tags:

views:

20

answers:

0

I'm working on a project that normally uses SQL Server 2005; however, there is an additional requirement that the system needs to be able to run without a database - using data from serialized objects saved to disk.

Are there any .Net ORM frameworks can do this natively, or can fairly easily be modified to do this?