Skip to content

2004 - Written for and used for code when we did not have good ORM tools like EF or NHibernate etc. This is a code generation tool that when pointed at a database will create the DTO's DAO's, DataLayer, and BusinessLayer classes that can be extended since they are virtual.

dotnetnancy/DataAccessCodeGenerator

Repository files navigation

DataAccessCodeGenerator

This library was written in 2004 around the time where there were really no good ORM's available at the time - at least none that really fit my needs so this library is a code generation tool that when pointed at a database will create the DTO's DAO's, DataLayer, and BusinessLayer classes that can be extended since they are virtual.

About

2004 - Written for and used for code when we did not have good ORM tools like EF or NHibernate etc. This is a code generation tool that when pointed at a database will create the DTO's DAO's, DataLayer, and BusinessLayer classes that can be extended since they are virtual.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages