Creating Your First Visual C# Application
This topic is designed to help you find code that demonstrates how to create applications by using Visual C# Express Edition.
In This Section
How to: Create a C# Console Application
Demonstrates how to create a console application, use bookmarks in the Code Editor, and build and run your application.How to: Create a C# Windows Forms Application
Demonstrates how to create a Web browser application by using a Windows form.How to: Create a C# WPF Application
Demonstrates how to create a drawing application by using Windows Presentation Foundation.
Related Sections
- Visual C# Guided Tour
Presents a series of lessons that introduce you to the integrated development environment (IDE), creating your first application, and designing the user interface of an application.