0
kicks
Thread-safe file-based B+Tree written in C# managed code
Sometimes a database is just overkill. If you're looking for quick and easy key/value store for use in your .NET project check out BPlusTree. It provides an IDictionary<TKey,TValue> implementation based on a disk or memory backed b+tree. Check out the performance and benchmarks there.