About the Tutorial



Yüklə 1,07 Mb.
Pdf görüntüsü
səhifə24/29
tarix13.09.2023
ölçüsü1,07 Mb.
#143059
1   ...   21   22   23   24   25   26   27   28   29
csharp tutorial

Main
method states what the class does when executed. 

The next line /*...*/ is ignored by the compiler and it is put to add 
comments
in the program. 

The 
Main 
method 
specifies 
its 
behavior 
with 
the 
statement 
Console.WriteLine("Hello
World"); 

WriteLine
is a method of the 
Console
class defined in the 
System
namespace. 
This statement causes the message "Hello, World!" to be displayed on the 
screen. 

The last line 
Console.ReadKey();
is for the VS.NET Users. This makes the 
program wait for a key press and it prevents the screen from running and 
closing quickly when the program is launched from Visual Studio .NET. 
It is worth to note the following points: 

C# is case sensitive. 

All statements and expression must end with a semicolon (;). 

The program execution starts at the Main method. 

Unlike Java, program file name could be different from the class name. 
Compiling and Executing the Program 
If you are using Visual Studio.Net for compiling and executing C# programs, take the 
following steps: 

Start Visual Studio. 

On the menu bar, choose File -> New -> Project. 

Choose Visual C# from templates, and then choose Windows. 

Choose Console Application. 



C# 

Specify a name for your project and click OK button. This creates a new project 
in Solution Explorer. 

Write code in the Code Editor. 

Click the Run button or press F5 key to execute the project. A Command 
Prompt window appears that contains the line Hello World. 
You can compile a C# program by using the command-line instead of the Visual 
Studio IDE: 

Open a text editor and add the above-mentioned code. 

Save the file as

Yüklə 1,07 Mb.

Dostları ilə paylaş:
1   ...   21   22   23   24   25   26   27   28   29




Verilənlər bazası müəlliflik hüququ ilə müdafiə olunur ©azkurs.org 2024
rəhbərliyinə müraciət

gir | qeydiyyatdan keç
    Ana səhifə


yükləyin