Where can I get a definition of how the code is laid out in VB.NET 2010?

Posted by ByteWorker on Programmers See other posts from Programmers or by ByteWorker
Published on 2011-11-28T08:35:30Z Indexed on 2011/11/28 10:38 UTC
Read the original article Hit count: 164

Filed under:

I am just starting out learning Visual Basic 2010. I have books and videos. The books all seem to be written for people who have some programming experience, even the books that say they are for beginners.

The videos were great until they started talking about variables. I got the basics of them but they started into complicated variables and I don’t see the need for them right away. Where can I go to see code for fairly intricate applications written out, with an over lay of definitions of which part of the code is a method as opposed to a class and so on?

Also, I am working at a company that does not use SQL. So I need to use Access 2007 for all of my tables. Is there much of a difference to the coding?

© Programmers or respective owner

Related posts about vb.net