Version 1.0.0 - RTM (For .NET 2.0)

Description

D.NET Version 1.0.0 - Release To Manufacturing

Release Content
  • 4 Database Drivers
    • Generic ODBC
    • SQLClient
    • Microsoft Access
    • MySql

  • Direct Database Access Query Factory
    • Provide a Direct Access to Tables and Views without StoredProcedures
    • Object Oriented Query Model
    • Select Single Table Item
    • Select Table Rows With Query
    • Select All Table Rows
    • N Parameters per Query
    • N Sort Parameters per Query

  • DataAccess
    • Transaction Support
    • Transaction Less Support
    • Full Entity Tree Rollback Support
    • Intuitive Entity to DataBase Programming Model

  • Entity
    • Clone Support
    • Editable Support (BeginEdit, CancelEdit, EndEdit) - IEditableObject
    • DataBinding Support
    • Dynamic Property Accessor (Get and Set)

  • Collection (Generic Collection)
    • Clone Support
    • Editable Support (BeginEdit, CancelEdit, EndEdit) - IEditableObject
    • DataBinding Support (IBindingList)
    • Full IBindingList Support (Find, Sort, and Other Features)
    • Full IList Support

  • Business Features
    • Broken Rules Validation

  • Built-In Validation Features
    • One RegEx Generic Validation
    • One Object Validation (Required)
    • Three DateTime Validations (MinValue, MaxValue, Range)
    • Three Numeric Validations (MinValue, MaxValue, Range)
    • Three Text Validations (Required, Min Length, Max Length)

  • Other Features
    • Link Support (Object Mapped DataBase Relation) with Cascade Update and Cascade Delete Support
    • Single or Multiple Primary Key(s) per Entity
    • Identity Primary Key Support
    • DataBase Field to Enum Mapping Support (Ex: Database Field 'Sex' can be Mapped into .NET enumarator)


Files

Runtime Binary DDotNet_1_0_0_RC1.zip
runtime binary, 275K, uploaded Aug 8 2007  - 223 downloads
Example Windows Forms Demo Application
example, 183K, uploaded Aug 8 2007  - 208 downloads
Documentation Manual_V1_DirectAccess_PT-BR.doc
documentation, 217K, uploaded Aug 8 2007  - 181 downloads