NDatabase 3.3.0
See the version list below for details.
dotnet add package NDatabase --version 3.3.0
NuGet\Install-Package NDatabase -Version 3.3.0
<PackageReference Include="NDatabase" Version="3.3.0" />
paket add NDatabase --version 3.3.0
#r "nuget: NDatabase, 3.3.0"
// Install NDatabase as a Cake Addin #addin nuget:?package=NDatabase&version=3.3.0 // Install NDatabase as a Cake Tool #tool nuget:?package=NDatabase&version=3.3.0
NDatabase is a simple .Net Object Database. To avoid impedance mismatch overhead between Object and Relational worlds, give a try to NDatabase. NDatabase is a new generation Object Database: a real native and transparent persistence layer for .Net.
- Object because the basic persistent unit is an object, not a table.
- Native and Transparent because it directly persists objects the way they exist in the native programming language, without any conversion.
Using NDatabase as your persistence layer will let you focus on your business logic allowing storing and retrieving native objects in a single line of code. No more Relational to Object mapping is necessary, NDatabase just persists objects the way they are, no matter their complexity.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Silverlight | sl4 is compatible. sl4-wp71 is compatible. sl5 was computed. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.8.0 | 1,495 | 5/12/2013 |
3.7.0 | 80 | 5/4/2013 |
3.6.0 | 58 | 3/16/2013 |
3.5.3 | 54 | 3/10/2013 |
3.5.2 | 54 | 3/10/2013 |
3.5.1 | 54 | 3/9/2013 |
3.5.0 | 89 | 3/2/2013 |
3.4.0 | 57 | 2/6/2013 |
3.3.0 | 53 | 1/19/2013 |
3.2.0 | 53 | 1/13/2013 |
3.1.0 | 55 | 1/8/2013 |
3.0.0 | 56 | 12/29/2012 |
2.2.0 | 54 | 12/9/2012 |
2.1.0 | 56 | 12/9/2012 |
2.0.1 | 197 | 10/15/2012 |
2.0.0 | 57 | 10/13/2012 |
1.0.4 | 53 | 10/1/2012 |
1.0.3.8 | 92 | 9/5/2012 |
1.0.2.2 | 79 | 8/29/2012 |
1.0.1.45 | 53 | 8/24/2012 |
(+) - two new versions of NDatabase (Silverlight, Windows Phone 7)
(+) - two new samples covering Silverlight app and Windows Phone app
(U) - Performance Improvements in Internal Engine
(U) - make EnableNormalTypeResolutionMode internal (see documentation - http://ndatabase.net/index.html?typesresolutionconfiguration.html)