Cryolite project is the framework for model driven development.
At this moment the project contains of two libraries: one is for creating transaction supported objects and the second is for sql server schema updating.
Transaction supported objects
The graph of objects derived from TransactedObject can Commit or Rollback its state.
Here is
the example of use.
Updating SQL Server schema
No example yet...