Categories: Object-relational mapping
Latest version: 1.2Added 2006-11-01
NET Data Objects (NDO) is a tool for object-relational mapping (O/R-mapping).Features include:- Ordinary .NET classes can be made persistent with a custom attribute- Wizards support code generation for persistent classes, relations and accessor properties- Integrated query language, syntax is checked by the compiler- An assembly enhancer provides transparent access to the database- Reverse mapping tool produces C# classes and mappings from existing databases- Lazy Loading (on-demand loading) of child objects- Supports inheritance and polymorphism- Supports transactions- Supports distributed applications with serializable object containers- Based on ADO.NET; any database with an ADO.NET provider can be used- Ready to run for SQL Server, Oracle, MySql, Access and Firebird; Supports custom providers- Code generation for the DDL code to build the database tables- Open architecture for extensions- Add-in for Visual Studio; command line integration for other IDEs and tools