Can you please suggest a free, open source or low cost .net
object persistence framework? I am not looking for ORM tools like NHibernate or Entity Framework. The closest commercial product that describes my need is fastobject.net framework. Thanks.
views:
171answers:
5Karvonite. It promises to be simple and non-invasive, but I haven't used it myself.
Try db4o at www.db4o.com. It was recently acquired by Versant.
Some pro's: It's open source with code available in java and c#. The framework is dead easy to use. The community is quite nice and you can get answers quickly on the forums.
.Net SOP - Scalable Object Persistence is what you are looking for. Scalable, Stable and lightweight, low-memory req't and housed in a single DLL. It supports rock solid transaction (app crash, power-failure, etc... it will recover, rollback to previous committed state) and very scalable (100 million inserts in 17 hrs using an avg laptop). It is low cost, product link: http://www.4atech.net.
This is the very 1st managed code achieving this performance + stability level. No comparison... you've got to read the product feature set and try it.