Home » C# Basics » 02 - Using Visual C# 2005 Express Edition
2
Opening a project
Provides step-by-step instructions on how to close files and projects in the Visual C# IDE
The following are some options to open a previously saved project from the start page:
- If the project is listed in the `Recent Projects' section, click on its name to open it.
OR
- Click on the `Open Project' link in the `Recent Projects' section. This will open up a dialog box. We can browse our project and open it from there.
Another option for opening a project is to click on the `File' menu and select `Open Project...' option. This will display a similar dialog box from which the project can be searched and opened.
With the above information on the IDE, we are ready to start the real coding work in C#. The next chapter will guide us through the basics of the C# programming language.
