Projects and Solution
Look at the Solution Explorer in right panel of Visual Studio.
- Below Solution, there could be one or more projects.
- Properties: an area for properties.
- References: list of assemblies or libraries that your project uses.
- Program.cs: list of code files programmed in csharp.
- App.config: a special file that provides the runtime configuration for console app.
- If you perform right click on 'ConsoleApp2' folder, you are able to add new item (class) or existing item from computer folder.
- Right click again and choose 'Open Folder in File Explorer'.
- Deleting an item in your project requires deletion from the 'solution explorer' panel. Deleting from computer folder manually will not give any effect.