1. Quick Start Guide2. Useful Tips for Schema projects3. Technical Overview Introduction:Speed up your .Net 2.0 development with this powerful, flexible, and transparent Object-Relational data persistance framework.
Configurable template-based code-generator rapidly converts your Relational or Xml schema into a easy-to-use, fully functional, highly customisable set of .Net 2.0 business objects, employing new features like partial classes and generics.
Easily and instantly generate an Object-Orientated business layer, and regularly regenerate as the schema changes!
Ensure your application and business logic is highly database-portable, phasing-out the need for most stored-procedures.
All the usual bells and whistles, plus a few extras including:
- Easy to use code generator app, with high-quality fully-editable templates and logic
- Platform Independance and Optimisation (including Oracle, MySql, MSAccess, SqlServer, etc), plus implementation of a webservice-level ADO.Net driver
- Support for multi-column primary keys in the O/R model.
- Highly organised code using standard regions
- Inherit from powerful base classes to minimise schema and application code.
- Sophisticated in-memory caching option on a table-by-table basis (managed and indexed), to greatly improve performance in most circumstances.
- Transparent approach maximises developer control and understanding of loading and saving operations (Lazy-Loading, Cached-Based, etc).
- Easily supports batches of operations within an ADO.Net Transactions (not MSDTC/TransactionScope) e.g. hold connection open for bulk operations or implement transactional behaviour
- Easily talk to several database instances simultanously
Files are posted under the 'Releases' tab.
Comments & Feedback are much appreciated