Introduction to Visual C# 2010

Projects, training videos, and supporting documents

Return to Main Menu

Check out these C# Books!

I have placed the demonstration projects and other materials on this page for you. Click on the presentation you want to review. To download a project, click on the item here and Windows will ask where to save your file. Many of the examples are contained inside an MDI project so look at the View menu to find the examples you want.

           

Lessons & Projects

Projects, Slides, & Videos

  • Lesson 1
    Introduction to Data Entry (Chapters 1-3)
  • Lesson 2
    Data Entry Parts 3 & 4: Introduction to Variables & formatting strings (p. 141)
  • Lesson 3
    More on variables, keystroke trapping, running totals & Other cool stuff (Chapter 4)
  • Using List Boxes & Dynamic Properties
  • Learning about Running Totals & Counting
  • Ron's Pet Store Demo (includes my images)
  • Trapping Keystrokes example
  • Trapping Keystrokes note: A KeyPress event can involve any printable keyboard character, the CTRL key combined with a character from the standard alphabet or one of a few special characters, and the ENTER or BACKSPACE key.

    Use KeyDown and KeyUp event procedures to handle any keystroke not recognized by KeyPress, such as function keys, editing keys, navigation keys, and any combinations of these with keyboard modifiers.
  • Lesson 4
    Making Decisions (Chapter 5) & Custom Event Handlers, & Loops (p.146)

Making Decisions Using if
Logical operators: If part 2

Using Switch

  • Trapping Multiple Controls
    Using one event handler to trap three Radio Button click events

  • Midterm exam covers all material up to this point

______________________________

  • Lesson 5
    File I/O, Try-Catch, Custom Subs, StreamReader, and StreamWriter (Chapter 21)
  • Introduction to File I/O (Page 662)
  • Structured Error Handling (Page 190) Slides

Load List Box from a disk file project:
Using Stream Reader & Stream Writer

Videos:
Part 1
Read from disk file
Part 2
List box Add/Delete
Part 3
Write to a disk file

  • Lesson 6
    Custom Functions, properties & Classes (Chapter 12)
My DB Resources Page
This page is designed to support database programming lessons for Access and SQL.
  • Lesson 7
    SQL Express DATA BASES I (Using the ADO Objects & Wizards)
  • Lesson 8
    SQL Express DATA BASES II (ADO in Code- Chapter 20)
  • My first SQL project using ADO in code
    Get
    my Database for this lesson
    (customers-05)

ADO in code using a grid control

  • Extra Projects
    Some useful projects.

Too cool!

Send E-Mail & Projects to RPKessler@hotmail.com

Copyright © 1999-2011 Ronald P. Kessler, Ph.D.
All rights reserved.
Revised: Sept. 14, 2011

These materials are provided for the exclusive use of my students. Please contact me for permission to reproduce or use these presentations.

General

Classroom Projects

C# Training Resources

C# Support

Database Resources