links to definitions of common programming words

bjwade62

Well-known member
Joined
May 25, 2006
Messages
50
Programming Experience
3-5
I'm not exactly a total newbie, just self taught. Every now and then I get hung up on something because I don't know the programming definition of a word. Is there a site or someplace with a list of definitions? Such as Structure, Class, Enumerated data types... Those are just examples. I don't need help with thoses specifically.
Thanks,
Bernie
 
If you mean the VB.Net language keywords you have them in the help file topic "Visual Basic Language Keywords" clickable into the help for each keyword. Page "Visual Basic Reference" is a nice thematic overview, in the Related section of that page is also the anonymous link "Visual Basic" described as "comprehensive help on all areas of the Visual Basic language" - look into it, it is very comprehensive! I have added the links to online MSDN here, but it is much faster to navigate and read the local version available from Help menu / F1-key.

If you mean more generally you can search web for "programming terms". Wiki has got a nice listing for this of OOP terms for example http://en.wikipedia.org/wiki/List_of_object-oriented_programming_terms
 
Back
Top