Lecture overview -- Keyboard shortcut: 'u'  Source programs in previous lecture -- Keyboard shortcut: 'p'  Source programs in next lecture -- Keyboard shortcut: 'n'  Course home

Source Programs
Introduction to C#

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.csSlide contextText book context-
Demonstrations of the simple type char in C#.ex2.csSlide contextText book contextNote context
Demonstrations of numeric types in C#.ex3.csSlide contextText book context-
Two examples of enumeration types in C#.ex.csSlide contextText book contextNote context
Demonstrations of array types in C#.ex-array.csSlide contextText book contextNote context
A demonstration of strings in C#.ex-string.csSlide contextText book contextNote context
Demonstrations of references in C#.reference-demo.csSlide contextText book contextNote context
Demonstrations of structs in C#.struct-demo-1.csSlide contextText book contextNote context
An extended demonstration of structs in C#.struct-demo.csSlide contextText book contextNote context
Demonstrations of definite assignment.definite-assignment.csSlide contextText book contextNote context
Demonstrations of if.if-demo.csSlide contextText book contextNote context
Demonstrations of switch.switch-demo.csSlide contextText book contextNote context
Demonstrations of foreach.foreach-demo.csSlide contextText book context-
Demonstrations of try catch.try-catch-demo.csSlide contextText book contextNote context
Demonstration of simple functions in C#.simple-function-demo.csSlide contextText book contextNote context
Demonstration of parameter passing in C#.parameters.csSlide contextText book context-
Demonstration of overloaded methods in C#.overloading.csSlide contextText book context-
Demonstrations of Console output in C#.o-demo.csSlide contextText book contextNote context
Demonstrations of Console input in C#.i-demo.csSlide contextText book contextNote context
Typical overall program structure of a Visual Basic Program.MyModule.vbSlide contextText book context-
Typical overall program structure of a C# Program.my-program.csSlide contextText book context-
A Visual Basic Program with a number of variable declarations.DeclDemo.vbSlide contextText book context-
The similar C# program with a number of variable declarations.DeclDemo.csSlide contextText book context-
A Visual Basic Program with expressions and operators.VbExprDemo1.vbSlide contextText book context-
The similar C# program with a number of expressions and operators.CsExprDemo1.csSlide contextText book context-
A Visual Basic Program with expressions and operators.VbExprDemo3.vbSlide contextText book context-
The similar C# program with a number of expressions and operators.CsExprDemo3.csSlide contextText book context-
A Visual Basic Program with expressions and operators.VbExprDemo2.vbSlide contextText book context-
The similar C# program with a number of expressions and operators.CsExprDemo2.csSlide contextText book context-
A Visual Basic Program with an If Then Else control structure.VbSelection1.vbSlide contextText book context-
The similar C# program with an if else control structure.CsSelection1.csSlide contextText book context-
A Visual Basic Program with a Select control structure.VbSelection2.vbSlide contextText book context-
The similar C# program with a switch control structure.CsSelection2.csSlide contextText book context-
A Visual Basic Program with a while loop.VbIteration1.vbSlide contextText book context-
The similar C# program with a while loop.CsIteration1.csSlide contextText book context-
A Visual Basic Program with a for loop.VbIteration2.vbSlide contextText book context-
The similar C# program with a for loop.CsIteration2.csSlide contextText book context-
A Visual Basic Program with a Do Loop.VbIteration3.vbSlide contextText book context-
The similar C# program with a similar for and a break.CsIteration3.csSlide contextText book context-
A Visual Basic Program with an array of 10 elements.VbArray1.vbSlide contextText book context-
The similar C# program with an array of 10 elements.CsArray1.csSlide contextText book context-
A Visual Basic Program with a procedure - Subprogram.VbProc1.vbSlide contextText book context-
The similar C# program with void method.CsProc1.csSlide contextText book context-
A Visual Basic Program with a function.VbFu1.vbSlide contextText book context-
The similar C# program with int method.CsFu1.csSlide contextText book context-
A class Die programmed in C#.die.csSlide context--
A client of class Die programmed in Visual Basic.client.vbSlide context--

Generated: Monday February 7, 2011, 12:12:19