I would like to create a simple recipe that builds a partial class from a singledatabase table. I would like it to:
1) build member variables and properties from fields
2) allow me to select stored procedures for CRUD functions and build them as static methods
Does anythign like this already exist? I would like to add a class to a project, name it, and run this recipe. Maybe it is two recipies so I could create a DAL class if I wanted.
I am trying to keep things simple and light weight. A T4 that I could edit and change would be ideal. Is there anything like this that already exists? Has anybody done this?
It feels like it takes a while to get up to speed on GAT/GAX and that there is a lot of time between investigating it and using it as a productivity tool in a production environment. I could use a couple of quick wins. The aboveand generating web controls (data grid, drop down lists for lookup tables, data entry web for for a class) would show the immediate value and power if I could get them running.