T4 template that generates simple POCOs. Compatible to use with Dapper.
This is available to download as a nuget package.
To use:
Add a connection string section to your app.config or web.config.
Edit the database.tt file to reference a connection string in the config file.
For multiple schemas you can create copies of the database.tt file.
Note: This template is based on the PetaPoco templates. More info can be found over at their site: