Visual Studio (2013) C# Open Projects, Save Projects, Inputs and Outputs

Channel:
Subscribers:
11,500
Published on ● Video Link: https://www.youtube.com/watch?v=pxkesZpKNXE



Duration: 8:02
2,547 views
9


C# is a high level computer programming language which is cap sensitive. By not capitalizing some words, the commands will not work.

To comment out single lines: //
To comment out multiple lines: /* Statement */
Output: Console.WriteLine(" ");
Input: Console.ReadLine(" ");
Input Specific things: Name = Console.ReadLine(" ");
String declaration: string name; for example string firstname;
Integer declaration: int variable; for example int a;

The release version of the finalized version of your program. The program will be a .exe file, so you can use it on Microsoft Windows based computer with X86 or X64 microprocessor. It is located by default in documents\Visual Studio 2013\Projects\ProjectName\ProjectName\bin\Release

All of your projects are saved on documents\Visual Studio 2013\Projects\ProjectName. When you open a project click on the .sln file to start a project you saved.

Reference Videos

C# Reference Guide Declaration of Variables, output, and functions

https://www.youtube.com/watch?v=Py2YedzF_68

C# Reference Guide Operators and Logic

https://www.youtube.com/watch?v=4epBOLjeaHQ

C# String into Integer

https://www.youtube.com/watch?v=j6K_As_nagA

Visual Studio 2013 C# If and Else Statements

https://www.youtube.com/watch?v=nG3chEvmdeA