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
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.
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.
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
The core types and abstractions for the EventFeed messaging functionality. EventFeed allows the publishing of messages to a database in a transaction, avoiding the dual-write problem. The persistent event feed can then be consumed via a HTTP endpoint.
Immutable persistent collections, algebraic sum-type aka descriminated union, Ref type and supportive extensions for performant functional programming in C#.
Split from the DryIoc: https://github.com/dadhi/DryIoc