How to Change the Name of the Application File when Programming in C#

Posted by

by Misty S Bledsoe

Changing the default file name of your program is not difficult.//Photo courtesty of ppdigital/Morguefile.com

Changing the default application file name when working on a project in C# gives the code more readability and increases the cohesiveness of the overall program. For example, if you leave the default program name as “program.cs” it can apply to just about can C# application. Instead, if the name of your program is “Time Clock,” consider renaming the program name “Timeclock.cs.”

  1. Open VisualStudio.NET. You’ll see the starting page. Open a new project.
  2. When the new project opens the blank screen, click on the “Solution Explorer” tab. If you do not see this tab, go up to “View” in the menu choices and click on it. Navigate to “Solution Explorer” to have it appear in the workspace.
  3. Click on the file “program.cs.” Click on the Properties tab. If you do not see the properties tab, go up to “View” in the menu choices and click on it. Navigate to “Properties” and click on it.
  4. Scroll down to the “File name” field and change the file name to match your project name and leave the “.cs” after it. Hit enter when you are finished.
0 Comments on How to Change the Name of the Application File when Programming in C#

Respond | Trackback

Respond

Comments

Comments