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.

  1. How to build a console application (Ch 3)
  2. Introduction to Classes and Objects (Ch 4)
  3. More examples of boolean logic
  4. If-Else flash step-by-step and the final code example (Ch 5)
  5. Flash step-by-step and the final code example (Ch 5)
  6. Flash step-by-step and final code example (Ch 6)
  7. Flash step-by-step and final code example (Ch 7)
  8. Flash step-by-step and final code example (continuing the banking example)
  9. Flash step-by-step and final code example (Ch 7 - parameters)
  10. Flash step-by-step and final code example (Ch 8 - arrays)
  11. Flash step-by-step and final code example (Ch 8 - arrays and method examples)
  12. Code example (Ch 9 - Object Oriented Programming)
  13. Flash step-by-step and final code example (Ch 9 - Object Oriented Programming continued)
  14. Flash step-by-step and final code example (Continuing of OOP and intro to GUI development)
  15. Flash step-by-step and final code example (Extending the Tic-Tac-Toe program and handling events)
  16. Flash step-by-step and final code example (GUI development - labels, textboxes, buttons, numericupdown)
  17. Flash step-by-step and final code example (GUI - ComboBox)
  18. Flash step-by-step and final site example (ASP.NET introduction)
  19. 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.

  1. Course Intro/Syllabus/Intro to .NET
  2. The Algorithmic Model
  3. Install IDE/Intro to GUI
  4. Intro to GUI
  5. Variables/Constants/Conditionals
  6. Looping
  7. Looping
    Looping Example
  8. 1D Arrays
  9. 2D Arrays
  10. Functions
    Methods Example
  11. Functions/Parameters
    HiLo Game
    HiLo Game with Methods
  12. Using Collections
  13. Using Collections
  14. More GUI
  15. More GUI
  16. Classes and OOP
  17. Classes and OOP
  18. Classes and OOP
  19. Classes and OOP
    Pizza Class
  20. Working with Graphics
  21. ASP.NET and C#