This is the first in a series of computer science lessons about programming with C# for beginners. In this lesson, you will learn how to write a simple Windows Forms application to display some messages on the screen. You will see how to place a button control on a Windows form and how a procedure can be launched when the button is clicked. You will begin to understand the language syntax of C# including it's sase sensitivity and the need for curly brackets and semicolons. In addition, you will learn about some of the features of the Microsoft Visual Studio integrated development environment.
If you wish to follow along, you will first need to install Microsoft Visual Studio which is available free from the Visual Studio website.
Chapters:
00:00 Introduction
02:22 The Visual Studio integrated development environment
03:05 Form controls
04:02 Display a message on the screen
07:08 C# syntax
13:20 Hidden code