1 NPL Introduction
1 NPL Introduction
NET Programming
Language
.NET Introduction
1. .NET Introduction
3. Visual Studio
.NET Introduction
.NET apps and libraries are built from source code and a project file, using
the .NET CLI or an Integrated Development Environment (IDE) like
Visual Studio.
C# Programming Language
Introduction
Modern
Rich Library programming
language
Type safe
Visual Studio
Extend
• Choose from Debug
thousands of • Debug, profile, and
extensions to diagnose with ease
customize your IDE
Collaborate Test
• Write high-quality
• Use version control,
code with
be agile, collaborate
comprehensive
efficiently
testing tools
The console operations are used in software applications because these operations
are easily controlled by the operating system.
This is because console operations are dependent on the input and output devices of
the computer system.
All console applications consist of three streams, which are a series of bytes. These
streams are attached to the input and output devices of the computer system and
they handle the input and output operations.
Console.WriteLine command:
Writes the specified data, followed by the current line terminator, to the standard
output stream
Console.ReadKey command:
Obtains the next character or function key pressed by the user
Console.ReadLine command:
Reads the next line of characters from the standard input stream.
Finish input when user press the Enter key
Also used to pause screen