If you are looking to add functionality to an ADO.Net object then your best be is to start with inherits system.data.(base class) and add from there. There won't be much for samples because we don't know what you are adding.
If you are looking for a data abstraction layer, I would say to start with your own base object. Use ADO.Net to handle all of the data interaction privately, and only expose public properties for your field values and public methods to find, load, etc... data.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.