Welcome to the course resources site. Here you will find descriptions and links to items of importance
that were discussed during course lectures, or used in course labs.
Name | Description | Link |
Programming in C# |
An invaluable resource page for those wishing to find more information on C# programming topics.
| Go To Resource
|
Common Language Runtime Overview |
A no-nonsense description of the Common Language Runtime(CLR)
| Go To Resource
|
Overview of .Net |
Instructors Slides presented on the first day of Class: Overview of .Net
| Go To Resource
|
FREE Desktop compiler (Visual Studio Express Edition) |
Yes Microsoft is providing you with a free IDE/Compiler for C# desktop development that functions exactly like the Visual Studio environment at the college.
It will ONLY compile and run Windows or Console applications - you CANNOT create Web applications with this product.
| Go To Resource
|
Slides for Chapter 1 |
How to get started with Visual Studio
| Go To Resource
|
Slides for Chapter 2 |
How to design a windows forms application
| Go To Resource
|
Slides for Chapter 3 |
How to code and test a windows forms application
| Go To Resource
|
Slides for Chapter11 |
How to debug an application
| Go To Resource
|
Zipping a VS2012 project |
How to zip the contents of a Visual Studio 2012 project
| Go To Resource
|
Slides for Chapter 4 |
How to work with numeric and string data
| Go To Resource
|
Slides for Chapter 5 |
How to code control structures
| Go To Resource
|
Slides for Chapter 6 |
How to code methods and event handlers
| Go To Resource
|
Slides for Chapter 7 |
How to handle exceptions and validate data
| Go To Resource
|
Slides for Chapter 8 |
How to use arrays and collections
| Go To Resource
|
Slides for Chapter 9 |
Instructors Slides presented in class for Chapter 9 : Using GUI Objects and the Visual Studio IDE
| Go To Resource
|
Slides for Chapter10 |
Instructors Slides presented in class for Chapter10 : Using Controls
| Go To Resource
|
Slides for Chapter11 |
Instructors Slides presented in class for Chapter11 : Handling Events
| Go To Resource
|