PersistentDictionary is a simple class that implements IDictionary, and backs the storage to
disk. It allows a simple key-value pair store. It supports strings, value-types, and binary
blobs. It is built on the ManagedEsent library.
A thread-safe, multi-process(ish) persistent queue, based very heavily on http://ayende.com/blog/3479/rhino-queues-storage-disk .
Stores serialised data to the local file system for reading either later or concurrently
A C# library which gives you a Persistent Cache, if we run out of memory we will store the expired and evicted cache items to disk.
Think Membase but as a simple C# project, which you can include in your project.
Persistent Object Cache serializes objects and store them to disk as json.
When retrieving objects cache time is validated, if cache time has been exceeded null is returned otherwise the object.
Enduro is a persistent object database for Windows 8 Store Apps and .NET 4.5 applications. Enduro makes modeling and accessing your persistent data very easy - almost trivial. Enduro is very flexible and can model any type of relationship.
Enduro is a pure .NET 4.5 solution - no...
More information
Cojecto is a semantic database built for Windows 8 Store Apps and .NET 4.5 applications. Cojecto has full SPARQL support and you can load data from several file formats or natively. Cojecto is a very high performance semantic database.
Cojecto conforms to the new async/await pattern...
More information
Efficient implementation of persistent (a.k.a. immutable) data structures with better performance characteristics than Microsoft's immutable collections.