CodeFx is a .NET based persistence framework (DAL, DTO, Persistence) working with attributes.
The mapping with tables can be made with codesmith templates or manually.
Either a table pattern or a business implementation can be made depending on the the architecture approach.
T...