Write Your First Program | C# Tutorial In Hindi | 04
In this video we will learn how we can write a program and print Hello World on console application.
We will discuss each step one by one and create the program from scratch.
we will understand the concept behind the C# language and its syntax with some basic keywords such as Namespaces, DLLs and Data Types. we will discuss each of them in detail. We will use two approaches to write the same program which prints Hello World on a console application screen.
We will discuss about some Pre-defined DLLs (Dynamic Link Libraries) provided by visual studio and Microsoft to help us in writing the program.
These pre-defined libraries consist a lot of basic functionalities and code which we use to interact with machine.
We will also discuss about the concepts behind the namespaces in detail. We will look for the answers like what is a Namespace and why we use a Namespace.
We will discuss about the Syntax of C# and some basic structure of a CSharp file.
You can watch my previous videos to learn the concepts in detail first which will help you to understand this video in proper optimization.
• C# Namespace | DLL | Data Type | C# Tutori...
• C# Programming | Visual Studio | C# Tutori...
• Object Oriented Programming | C# Tutorial ...
Please subscribe this channel and help in grow this channel so that I can share my knowledge to everyone needed.
#HelloWorld
#C#
#.Net
#Beginner