You can create a range of Visual C# projects in Visual Studio. For a list and description of the types of projects you can create, see Visual Basic and Visual C# Projects.
Templates make it easy to build robust projects. For details, see Using Visual C# Add New Item Templates.
Once you create a project, you can change it or add items to it from one of two views:
- From Solution Explorer, you can add items, forms, controls, components, or classes to your project. When you modify your project from Solution Explorer, generic code is automatically inserted into your project.
- From Class View, you can use one or more of the following wizards to add C# programming elements to your source code:
See Also
Visual C# Language