Are there any sample projects or web-sites out there that discuss best
practices with regards to inserting, editing and deleting records in a
database with VB.Net. I know how I can do all this, I am just looking to see
some best practice solutions that are out there to get some better ideas on
how I want to be approaching this.
Most often it seems when I find something with regards to this topic, it's
quite limited. I'd like to see some examples of how these utilities are
implemented to give me some better ideas of how I want to approach this on
project that will contain many, many tables, thus I want to use as much code
re-use as possible.
Thanks, Greg
practices with regards to inserting, editing and deleting records in a
database with VB.Net. I know how I can do all this, I am just looking to see
some best practice solutions that are out there to get some better ideas on
how I want to be approaching this.
Most often it seems when I find something with regards to this topic, it's
quite limited. I'd like to see some examples of how these utilities are
implemented to give me some better ideas of how I want to approach this on
project that will contain many, many tables, thus I want to use as much code
re-use as possible.
Thanks, Greg
Comment