About this Course

This course is intended for serious computer hobbyists, IT
students, and IT professionals.
The free online textbook for this course is Visual C++
6 Unleashed. Read the Introduction
to the book.
Indicates links that take you away from the Free-Ed.Net site. Use the links on these
offsite pages carefully, and use the Back function on your browser to return to the
assigments.
|
Lesson
1. A C# Programming Tour
In this lesson you will learn about:
- Building a simple, yet functional, C# application
- Letting a user browse a hard drive
- Displaying a picture from a file on disk
- Getting familiar with some programming lingo
- Learning about the Visual StudioC# IDE
Reading Assignments
Read the following sections from your free online textbook:
Starting
C#
Creating
a New Project
Understanding
the C# Environment
Changing
the Characteristics of Objects
Naming
Objects
Setting
the Text Property of the Form
Giving
the Form an Icon
Changing
the Size of the Form
Adding
Controls to a Form
Designing
an Interface
Adding
an Invisible Control to a Form
Coding
an Interface
Running
a Project
-
Learning Activities
- Use this search box to refine and expand your understanding
of new terms and concepts in the reading assignments.
Read the Summary
of the lesson.
Test your understanding with the Q&A
.
Visit the onlineWorkshop
.
- Return here after completing your Workshop session.
|
|