Last version
The
1.4.4 release is now available on the Downloads page
see Quick Start Guide
Features :
- Lazy loading(new)
- Schema base
- Generate data model class for each schema
- Custom object names (schema, table, view, column, foreign keys, unique keys)
- Generate friendly property names
- Custom attributes
- Generate shortcut methods (Insert/Update/Delete/Get/...)
- Custom data model name and access modifier
- Generate partial empty class
- Separate connection string for each schema and read connection strings from application configuration file
- Custom mapping and generate enumerators(new)
- Check name conventions(new)
Future plans :
- Implementing support for databases other than MS SQL Server
- Adding support for languages other than C#
- Create visual studio extension