Microsoft.Database.ManagedEsent 2.0.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Standard 2.0
dotnet add package Microsoft.Database.ManagedEsent --version 2.0.3
NuGet\Install-Package Microsoft.Database.ManagedEsent -Version 2.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Database.ManagedEsent" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Database.ManagedEsent --version 2.0.3
#r "nuget: Microsoft.Database.ManagedEsent, 2.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Database.ManagedEsent as a Cake Addin
#addin nuget:?package=Microsoft.Database.ManagedEsent&version=2.0.3

// Install Microsoft.Database.ManagedEsent as a Cake Tool
#tool nuget:?package=Microsoft.Database.ManagedEsent&version=2.0.3

ManagedEsent provides managed access to ESENT, the embeddable database engine native to Windows. ManagedEsent uses the esent.dll that is part of Microsoft Windows so there are no extra unmanaged binaries to download and install.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Microsoft.Database.ManagedEsent:

Package Downloads
Microsoft.Database.Collections.Generic The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

Microsoft.Database.Isam The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The ManagedEsentIsam project provides a simpler object model interface to create and access databases, using ManagedEsent (esent.dll). As of mid-2014, the interface is still under development (for example, we should combine the 'Instance' and 'Database' classes), and may be broken in the future. We are releasing it to see if anyone finds it useful. Please keep the feedback coming!

Xbim.IO.Esent

Manages Ifc or STEP Models backed by the ESENT database. Windows only.

Orthogonal.EsentWorkbench.Model

A library of ESENT database processing code that is common to all projects.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Microsoft.Database.ManagedEsent:

Repository Stars
malware-dev/MDK-SE
Malware's Development Kit for SE
xBimTeam/XbimEssentials
A .NET library to work with data in the IFC format. This is the core component of the Xbim Toolkit
Version Downloads Last updated
2.0.3 35,183 8/13/2021
2.0.2 816 7/22/2021
2.0.1 37,973 2/5/2020
2.0.0 548 2/4/2020

Release 2.0.3 from 08/13/2021.