The Coding Guys, 2013. — 14 p.
(Автор не указан).
This cheat sheet sums up the basics of Visual Basic, for experienced developers who are learning Visual Basic and users who already know programming basics, hopefully this document has helped you in some way, there was not much information or explaining but then again I’m assuming you’ve programmed before and know the basics.
License
Language Basics
Variables
Syntax
Arrays
Syntax
Example
Strings
Concatenation
String.Format
New Line
Conditional Statements
If Statement
Syntax
Example
If Else Statement
Example
Operators
Select Case
Syntax
Example
LOOPS
While Loop
Syntax
Example
For Loops
Syntax
Example
For Each
Syntax
Example
Advanced – Exceptions, Methods, Classes
Exceptions
Syntax
Example
Methods
Syntax
Example
Functions
Syntax
Example
Classes
Syntax
Example