Episode

Creating Your First C# Program - 02

This lesson teaches you how to create a simple application—first using Windows Notepad and the C# Command Line Compiler, and then by using Visual Studio or Visual C# Express Edition. The point of this episode is to demonstrate how utilizing an Integrated Development Environment (IDE) is far easier than attempting to work using a loose collection of windows and tools. The video concludes with an explanation of common solutions to the many different problems you might encounter as you first begin writing and compiling code.

Download the source code for Creating Your First C# Program

IMPORTANT UPDATE: Before you watch this lesson, please make sure you have watched this video to learn about changes to Visual Studio since this series was originally recorded.

C#