Home » C# Basics » 02 - Using Visual C# 2005 Express Edition
2

Running our application

Provides step-by-step instructions on how to run applications written in C#

In developing an application, there may be a need to run it several times to test the features and functionalities. The easiest way to do this is to press the Ctrl+F5 keys from the keyboard. This will launch the application.