Visual C# Guided Tour
The Visual C# Guided Tour presents a series of lessons that introduce you to the Visual C# Express Edition integrated development environment (IDE), creating your first application, and designing the user interface of an application.
In This Section
Creating Your First Visual C# Application
Two topics that demonstrate how to create a Windows Forms application and a console application.Designing a User Interface in Visual C#
A series of topics that demonstrate how to design a user interface by using Windows Forms controls.Using the Visual C# Express IDE
A series of topics that introduce the Visual C# Express Edition development environment.Connecting to Data (Visual C#)
A series of topic that introduce how to display data in your applications.C# Language Primer
A series of topics that introduce the Visual C# language.
Related Sections
Designing a User Interface in Visual C#
Provides introductory information about C# programming and shows you how you can use C# to quickly write applications that use the power of the .NET Framework.Getting Started with Visual C# Express
Explains how C# compares to other programming languages, introduces the .NET Framework, and helps you create your first C# application.C# Language Primer
Includes links to topics that explain basic programming concepts.