NDatabase 2.0.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.

No packages depend on NDatabase.

  • namespaces, dll name both are changed to NDatabase2
  • query API is changed. Now it is using generics in every possible place
  • changing the way, how fields from class are stored - for now they are ordered by name which allows db on working well even if someone will change the order of fields in class definition (BREAKING CHANGE)
  • Added Coverter between NDatabase 1.0.4 and NDatabase 2.0
  • Update Logging API, clean code connected with Logging API and logging usage in NDatabase (http://ndatabase.codeplex.com/workitem/802,)
  • Add documentation for NDatabase logging
  • Make the ODBRuntimeException the public class (possibility to catch NDatabase exception for external world), the same for IError
  • remove boxing in many places (all possible places for now are using underlying types) http://ndatabase.codeplex.com/workitem/825
  • Enum is serialized as the class, not any more as the string
  • cleaned OdbConfiguration
  • add new unit tests for Layer 2 and Layer 3
  • fixed minor bug in ObjectIntrospector - comparing full class name with simple class name

This package has no dependencies.

Version Downloads Last updated
3.8.0 95 3/5/2025
3.7.0 8 3/5/2025
3.6.0 8 3/5/2025
3.5.3 8 3/5/2025
3.5.2 8 3/5/2025
3.5.1 8 3/5/2025
3.5.0 8 3/5/2025
3.4.0 9 3/5/2025
3.3.0 8 3/5/2025
3.2.0 9 3/5/2025
3.1.0 8 3/5/2025
3.0.0 9 3/5/2025
2.2.0 8 3/5/2025
2.1.0 8 3/5/2025
2.0.1 8 3/5/2025
2.0.0 9 3/5/2025
1.0.4 8 3/5/2025
1.0.3.8 7 3/6/2025
1.0.2.2 9 3/6/2025
1.0.1.45 8 3/5/2025