Hi all,
I am just getting started on a new app and am a rusty VB6 guy who is
looking to create something on the side to serve as a corporate
workbench for my company.
ADO.net is new to me so I have some books and need to do some learning
but I am seeing a few different ways to get started.
Would you recommend going with the controls built into Visual Studio,
coding within the subs as I need them, or creating a class to handle all
of my database connectivity.
I am guessing a class is the best way for code re-usability but how
would I go about keeping it generic?
-Ivan
*** Sent via Developersdex http://www.developersdex.com ***
I am just getting started on a new app and am a rusty VB6 guy who is
looking to create something on the side to serve as a corporate
workbench for my company.
ADO.net is new to me so I have some books and need to do some learning
but I am seeing a few different ways to get started.
Would you recommend going with the controls built into Visual Studio,
coding within the subs as I need them, or creating a class to handle all
of my database connectivity.
I am guessing a class is the best way for code re-usability but how
would I go about keeping it generic?
-Ivan
*** Sent via Developersdex http://www.developersdex.com ***
Comment