Boilerplate template code for database add/update/delete

  • Thread starter Thread starter dwok
  • Start date Start date
D

dwok

Does anyone know of any "boilerplate" template that can be utilized to
add/edit/delete information from a database? I am working on an
application that does a whole lot of adds, edits, and updates and it
seems like most of my code is very repetative. I have been looking to
move everything into a class for re-use but before I did I wanted to
see if there was anybody else who had done the same thing already.
Thanks!

- dwok
 
Does anyone know of any "boilerplate" template that can be utilized to
add/edit/delete information from a database?

Take a look at the Data Application Building Blocks. Version 2.0 is easy to
use. Haven't tried version 3.0 yet. Data Application Building Blocks can
be found on MSDN.
 
Back
Top