Lecture Examples
For the following links, be sure to PAUSE the animated slideshow and step
slide-by-slide (and back if needed) to see what the process was in each case.
The VCR-style control buttons are at the lower right of the screen, so scroll
your browser if needed.
- How to
build a console application (Ch 3)
- Introduction to Classes and Objects (Ch 4)
- More examples of
boolean logic
- If-Else flash
step-by-step and the final
code
example (Ch 5)
- Flash
step-by-step and the final
code
example (Ch 5)
- Flash
step-by-step and final
code
example (Ch 6)
- Flash
step-by-step and final
code example (Ch 7)
- Flash
step-by-step and final
code example
(continuing the banking example)
- Flash
step-by-step and final
code
example (Ch 7 - parameters)
- Flash
step-by-step and final
code
example (Ch 8 - arrays)
- Flash
step-by-step and final
code
example (Ch 8 - arrays and method examples)
- Code example
(Ch 9 - Object Oriented Programming)
- Flash
step-by-step and final
code example (Ch 9 - Object Oriented Programming continued)
- Flash
step-by-step and final
code
example (Continuing of OOP and intro to GUI development)
- Flash
step-by-step and final
code
example (Extending the Tic-Tac-Toe program and handling events)
- Flash
step-by-step and final
code example (GUI development - labels, textboxes, buttons, numericupdown)
- Flash
step-by-step and final
code
example (GUI - ComboBox)
- Flash
step-by-step and final
site example (ASP.NET introduction)
- Flash
step-by-step and final
site example (ASP.NET and DB connectivity). The site file contains the
Access MDB file.
You can access audio of lectures (previous semesters, so ignore the
non-content talking); each of these links are to MP3 audio files.
- Course Intro/Syllabus/Intro
to .NET
- The Algorithmic Model
- Install IDE/Intro to
GUI
- Intro to GUI
-
Variables/Constants/Conditionals
- Looping
- Looping
Looping Example
- 1D Arrays
- 2D Arrays
- Functions
Methods Example
- Functions/Parameters
HiLo Game
HiLo Game with Methods
- Using Collections
- Using Collections
- More GUI
- More GUI
- Classes and OOP
- Classes and OOP
- Classes and OOP
- Classes and OOP
Pizza Class
- Working with Graphics
- ASP.NET and C#