Week 1: |
Getting Started, What is a
Computer Program, Getting Comfortable with C# |
- Programming the Easy Way
- The Systems Development
Life Cycle (SDLC)
- What is a Computer?
- What makes a computer
program run.
- An In-depth Look at
Windows
- The C# Environment
- The C# IDE
- The C# Toolbox
|
Week 2: |
Programming is Easy, Building
the User Interface |
- Less is Best
- C#
Properties,
Methods, and Events
- C#
Controls
|
Week 3: |
A First Look At Coding |
- The old days...
- Event Driving Programming
- Writing Code
- Program Comments
- A C# Code
Overview
- The C# Debugger
|
Week 4: |
Data, Selection Structures |
- Computer Data
- Variables and Constants
- Variable Declaration
- Operations on Data
- Selection Structures
- The If...Then Statement
- The Case Statement
|
Week 5: |
Loops |
- What's a Loop
- For...Next Loops
- Do...Loops
|
Week 6: |
String Manipulation, File
Operations |
- What is a String?
- String Concatenation
- Breaking Strings Apart
- Disk File Operations
- Writing Data to a Disk
File
- Reading Data from a Disk
File
|
Week 7: |
Finishing the User Interface,
Arrays |
- Drop-Down Menus
- The MsgBox Function
- What's an Array
- Declaring and Initializing
an Array
- Static and Dynamic Arrays
- Adding Data to an Array
- Single and
Multidimensional Arrays
|
Week 8: |
Error Handling, Customizing
Your Program |
- Common Beginner Errors
- Runtime Errors/Logic
Errors
- C#
Error Handling
- Writing to the Windows
Registry
- Reading from the Windows
Registry
- Creating Custom Sub
Procedures
|