Dapper Class Generator

Dapper Class Generator is a small tool for POCOs (Plain Old Class Object) generation using T4 text templates. Dapper is an object-relational mapping (ORM) for the .NET platform. It provides a framework for mapping an object-oriented domain model to a traditional relational database. This is an Open Source (MIT) project, you may find source code in my GitHub repository. Features Supports Dapper.Contrib Supports FluentValidation Very fast - single query collects all data needed for generation Easy to change - just edit T4 template & process it If you are here only for the table details collector script, here you are:...

2 min