The Note Context in the rightmost column is only shown in case an annotated program exists. - You can navigate to the annotated program via the annotated slide view (= 'the note context').
Demonstrations of the simple type bool in C#. | ex1.cs | Slide context | Text book context | - |
Demonstrations of the simple type char in C#. | ex2.cs | Slide context | Text book context | Note context |
Demonstrations of numeric types in C#. | ex3.cs | Slide context | Text book context | - |
Two examples of enumeration types in C#. | ex.cs | Slide context | Text book context | Note context |
Demonstrations of array types in C#. | ex-array.cs | Slide context | Text book context | Note context |
A demonstration of strings in C#. | ex-string.cs | Slide context | Text book context | Note context |
Demonstrations of references in C#. | reference-demo.cs | Slide context | Text book context | Note context |
Demonstrations of structs in C#. | struct-demo-1.cs | Slide context | Text book context | Note context |
An extended demonstration of structs in C#. | struct-demo.cs | Slide context | Text book context | Note context |
Demonstrations of definite assignment. | definite-assignment.cs | Slide context | Text book context | Note context |
Demonstrations of if. | if-demo.cs | Slide context | Text book context | Note context |
Demonstrations of switch. | switch-demo.cs | Slide context | Text book context | Note context |
Demonstrations of foreach. | foreach-demo.cs | Slide context | Text book context | - |
Demonstrations of try catch. | try-catch-demo.cs | Slide context | Text book context | Note context |
Demonstration of simple functions in C#. | simple-function-demo.cs | Slide context | Text book context | Note context |
Demonstration of parameter passing in C#. | parameters.cs | Slide context | Text book context | - |
Demonstration of overloaded methods in C#. | overloading.cs | Slide context | Text book context | - |
Demonstrations of Console output in C#. | o-demo.cs | Slide context | Text book context | Note context |
Demonstrations of Console input in C#. | i-demo.cs | Slide context | Text book context | Note context |
Typical overall program structure of a Visual Basic Program. | MyModule.vb | Slide context | Text book context | - |
Typical overall program structure of a C# Program. | my-program.cs | Slide context | Text book context | - |
A Visual Basic Program with a number of variable declarations. | DeclDemo.vb | Slide context | Text book context | - |
The similar C# program with a number of variable declarations. | DeclDemo.cs | Slide context | Text book context | - |
A Visual Basic Program with expressions and operators. | VbExprDemo1.vb | Slide context | Text book context | - |
The similar C# program with a number of expressions and operators. | CsExprDemo1.cs | Slide context | Text book context | - |
A Visual Basic Program with expressions and operators. | VbExprDemo3.vb | Slide context | Text book context | - |
The similar C# program with a number of expressions and operators. | CsExprDemo3.cs | Slide context | Text book context | - |
A Visual Basic Program with expressions and operators. | VbExprDemo2.vb | Slide context | Text book context | - |
The similar C# program with a number of expressions and operators. | CsExprDemo2.cs | Slide context | Text book context | - |
A Visual Basic Program with an If Then Else control structure. | VbSelection1.vb | Slide context | Text book context | - |
The similar C# program with an if else control structure. | CsSelection1.cs | Slide context | Text book context | - |
A Visual Basic Program with a Select control structure. | VbSelection2.vb | Slide context | Text book context | - |
The similar C# program with a switch control structure. | CsSelection2.cs | Slide context | Text book context | - |
A Visual Basic Program with a while loop. | VbIteration1.vb | Slide context | Text book context | - |
The similar C# program with a while loop. | CsIteration1.cs | Slide context | Text book context | - |
A Visual Basic Program with a for loop. | VbIteration2.vb | Slide context | Text book context | - |
The similar C# program with a for loop. | CsIteration2.cs | Slide context | Text book context | - |
A Visual Basic Program with a Do Loop. | VbIteration3.vb | Slide context | Text book context | - |
The similar C# program with a similar for and a break. | CsIteration3.cs | Slide context | Text book context | - |
A Visual Basic Program with an array of 10 elements. | VbArray1.vb | Slide context | Text book context | - |
The similar C# program with an array of 10 elements. | CsArray1.cs | Slide context | Text book context | - |
A Visual Basic Program with a procedure - Subprogram. | VbProc1.vb | Slide context | Text book context | - |
The similar C# program with void method. | CsProc1.cs | Slide context | Text book context | - |
A Visual Basic Program with a function. | VbFu1.vb | Slide context | Text book context | - |
The similar C# program with int method. | CsFu1.cs | Slide context | Text book context | - |
A class Die programmed in C#. | die.cs | Slide context | - | - |
A client of class Die programmed in Visual Basic. | client.vb | Slide context | - | - |
Generated: Monday February 7, 2011, 12:12:19