Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Good Resources

Status
Not open for further replies.

caoamo

Programmer
Oct 8, 2005
29
US
Hi. I'm fairly new to VB.NET. I've picked up and read "Visual Basic .NET step by step" from Microsoft Press, from cover to cover and completed most of the tutorials.

This book seemed much more geared towards the IDE interface of Visual Studio, and much less concerned with actual coding.

I'm wondering if someone can point me in the right direction for a good learning / reference book (or web site) to get more familiar with the actual code. I'm fairly familiar with basic OOP languages so I don't need the basics programming tutorials such as data types, decision structures, etc.

Any help would be appreciated.
 
I agree with TipGiver. Becoming a good programmer is not a done through taking a course or reading a book. A good programmer spends a lot of time researching new techniques. Just remember that if you don't learn something new every day, then you something went over your head and you didn't realize it.

Also, to add a bit to Tip's #2 suggestion...don't just download code that will answer a specific question. I have a tradition of once a week downloading code from a site just to go through and see how other programmers write their code. Sometimes it's similar to mine sometimes I learn something.
 
Thanks for the input. Are the video's informative? I considered watching them but didn't want to waste 30 minutes if they were just basic tutorials or "how to use Visual Studio" type things.
 
Videos 1 - 16:
They have a short description. For example:
. The first ones (1-4) are talking about the basics.
. 12-16 Is a working rss application.

YES they are informative. Also notice that they are from > <

Personally, i have watched them all more than one times, not only these but a couple dozens more. If you don't think that it is a waste of time, go on. Do not just look at the code; listen to the author (Bob Tabor) for his tips, thoughts and suggestions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top