[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Z]

"Hello World" sample program 
    creating/running in Visual Studio .NET IDE 
    dialog box for 
    Web Form for 
"sequel" 
<Serializable> attribute 
.asmx files  2nd  3rd 
.aspx files  2nd 
.cab files  2nd 
.disco files 
.NET Framework 
.NET platform  2nd 
.NET Web Services  [See web services]
.sln files 
.suo files 
.vb files 
.vsdisco files 
+ addition operator  2nd 
= assignment operator  2nd 
\ backslash (left-facing) division operator 
^ caret 
\: colon 
> comparison operator 
& concatenation operator  2nd 
+ concatenation operator 
. dot operator  2nd 
= equality operator 
= equals sign  2nd 
^ exponentiation operator 
/ forward slash (right-facing) division operator 
> greater-than operator 
>= or => greater-than or equal to operator 
< less-than operator 
<= or =< less-than or equal to operator 
<% %> marks 
+ multiplication operator 
<> not equal operator 
( ) parentheses  [See parentheses]
' single quote 
- subtraction operator 
_ underscore 
| vertical bar 


   
Top