ODBMS for .NET
So, I've have an itching lately to write a .NET-based photo gallery that's as robust as my old photo gallery software, Gallery (http://gallery.sourceforge.net).
In doing so, I'm trying to keep alot of the same requirements - namely, the lack of access to a database. Gallery is all file based and doesn't require that you have database access at your hosting facility. I think this is very important, myself, as I don't want to pay for the upper level hosting options that include SQL Server. Access is always an option, sure, but am shying away from this option due to this article:
http://aspalliance.com/PeterJohnson/JetAdvice.aspx
So, that left with me with one option: an in-memory object database. Talking with Scott Watermasysk, he pointed me to a .NET port of Prevayler: Bamboo (http://bbooprevalence.sourceforge.net), but Prevayler requires a totally different mindset, so I kept searching. One of my co-workers joined me in my search and came across Matisse (http://www.matisse.com), which looks like exactly what I'm looking for. Unfortunately, it's a commercial product and I'm only wanting it for my personal projects. :)
So, spreading the love and research that I've found so far, but calling out for any references that you guys may know of a free (or cheaper) equivalent to Matisse?