|
|
|
|
|
by ubelt
6781 days ago
|
|
iamelgringo, Have you tried Data Access Application Blocks?
We use them and we only need 1 line of code to read the database. SqlHelper.ExecuteReader(strConnTxt, CommandType.Text, strSql); Alternatively, you can use SqlHelper.ExecuteDataset. We also use Code Generation software that builds all the CRUD methods automatically. |
|
I can understand what would bring you to using a code generator, but the examples I have seen in practice are not good. I think code generators show there is something fundamentally wrong with the language/framework.