This release contains stable version of NDatabase C# Lightweight Object Database
Build with (Mono):
Changes:
- Query API interface changed to SODA [see samples]
- LINQ to NDatabase added
- LinqPad driver added [see sample] [see how create own typed data context]
- Sample database prepared - northwind.ndb (with generator from Sql Server)
- Collections and dictionaries are now saved as normal objects (they could be stored directly in NDatabase) - breaking db layer change
- Namespaces are again starting with NDatabase (instead of NDatabase2), with the new versions only assembly name will be changed, now it is NDatabase3.dll
- minor bug fixes
- signing NDatabase assembly
- NDatabase moved to GIT