SkillAgentSearch skills...

ManagedEsent

No description available

Install / Use

/learn @microsoft/ManagedEsent
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ESENT Managed Interop

ManagedEsent provides managed access to esent.dll, the embeddable database engine native to Windows.

The Microsoft.Isam.Esent.Interop namespace in EsentInterop.dll provides managed access to the basic ESENT API. Use this for applications that want access to the full ESENT feature set.

The PersistentDictionary class in EsentCollections.dll provides a persistent, generic dictionary for .NET, with LINQ support. A PersistentDictionary is backed by an ESENT database and can be used to replace a standard Dictionary, HashTable, or SortedList. Use it when you want extremely simple, reliable and fast data persistence.

esedb provides both dbm and shelve modules built on top of ESENT IronPython users.

View on GitHub
GitHub Stars258
CategoryDevelopment
Updated27d ago
Forks36

Languages

C#

Security Score

90/100

Audited on Mar 10, 2026

No findings