Skip to content

Releases: codesmithtools/Templates

PLINQO 3.1

07 Aug 20:38
Compare
Choose a tag to compare

Improvements

  • Added query result caching
  • Added a new AlwaysAuditAttribute to make it possible to always audit a property even if it hasn't changed.
  • Added partial change tracking methods for EntityRef associations
  • Added support for maintaining user defined associations
  • Added partial change tracking methods for EntityRef associations
  • Added shared version information for Assemblies
  • Added support for AuditPropertyFormat
  • Removed AddRule that is no longer used in manager templates
  • Updated manager templates classes to lazy load
  • Fixed many to many issue when IncludeDeleteOnNull is false
  • Fixed bug with a keyword in function parameter name
  • Fixed bug with transactions in ExecuteQuery
  • Fixed bug with nullable columns in queries
  • Fixed bug with nullable parameter in query
  • Fixed support for inheritance

CSLA 1.0

07 Aug 20:08
Compare
Choose a tag to compare

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)