Skip to content

CSLA 1.0

Compare
Choose a tag to compare
@niemyjski niemyjski released this 07 Aug 20:08
· 2254 commits to master since this release

Features

  • Working data access layer with concurrency support.
  • Support for completely overriding the generated rules.
  • Generates three partial classes per business object.
  • Generates a common business, data and UI layer.
  • Quick start.
  • Implements all 14 object types.
  • Detects and generates properties and child objects for the following database relationships (One to Zero or One, One to One, One to Many, Many to One, Many to Many).
  • All DateTime data types are generated as Csla.SmartDate
  • Correctly handles Binary Database fields (E.G Images, TimeStamp)