views:

147

answers:

6

I am looking for a website similar to W3Schools that teaches the basics for VB.NET 2008.

If none exist I would just like some good tutorials to get me started. I did some basic VB.NET a couple of years ago but I need to refresh myself, any ideas?

+1  A: 

You can find visual basic tutorials in MSDN: go to the Visual Basic Developer Center for a start.

M4N
A: 

This may not be as nicely formatted as w3schools, but MSDN is probably the best place for you. They have pretty good documentation from what I've seen, but I don't work in VB too much. Here's the link, though. This should be roughly what you're looking for.

http://msdn.microsoft.com/en-us/vbasic/default.aspx

Seburdis
A: 

101 Samples for Visual Basic 2005

BenB
+1  A: 

This has some really good screencasts: http://windowsclient.net/learn/videos.aspx

More videos here: http://msdn.microsoft.com/en-us/vbasic/bb466226.aspx

Mussnoon
A: 

learnvisualstudio.net it isn't free, but they have great video tutorials

Joe
A: 

I know of this one for VB.NET 2008: http://msdn.microsoft.com/en-us/vbasic/bb964686.aspx

You will need to accept the license, and then you will download a zip file with various samples for VB.NET 2008.

Geoffrey Chetwood