ADO.NET VB.NET Samples

  • Thread starter Thread starter Sergio Terenas
  • Start date Start date
S

Sergio Terenas

Hi all,
Anyone know where I can download a good sample code of a complete
application so I understand how to open/close data connections, etc ? The
app can do anything, I'd just rather start with a full app rather than split
examples.

TIA & Greetings,
ST
 
You need David Sceppa or Rebecca Riordan's ADO.NET books. Search for those
authors on Amazon.

They do have good samples.
 
In addition to Scorps suggestions, I'd recommend Bill Vaughns' ADO and
ADO.NET best practices.

He's got a bunch of great stuff at www.betav.com
If you look for ADO.NET at MSDN there's tons of good stuff.
If you look at www.knowdotnet.com/dataaccess.html we have a bunch on this.
There's a bunch of examples on www.gotdotnet.com , www.brains-n-brawn.com ,
MSDN, Code Project etc.

There are also a bunch of walkthroughs in the SDK, including Fitch & Mathers
example, Duwamish Traders, the Pet Shop etc.

HTH,

Bill

--
W.G. Ryan MVP Windows - Embedded

http://forums.devbuzz.com
http://www.knowdotnet.com/dataaccess.html
http://www.msmvps.com/williamryan/
 
Although they are not VB.NET examples specifically, take a look at the
sample applications that come with .NET such as iBuySpy and the PetShop
example at msdn.microsoft.com. Ignore the fact that these things use C#
predominantly; the concepts are exactly the same the VB.NET, only the syntax
differs.

Hope that helps

--
 
Back
Top