what is C# language - nareshtechweb
"Hello World"
Welcome To
narestechweb.blogspot.com
What is C# language :
C# is pronounced as "C-sharp".It is an object-oriented programming language provided by Microsoft that runs on .Net Framework.
By the help of C# programming language, we can develop different types of secured and robust applications:
- Window applications
- Web applications
- Distributed applications
- Web service applications
- Database applications etc.
History of C# language :
C# is is one of the most popular programming language Developed by Microsoft, along with the dot net framework development,Which has been approved by ECMA-334 and ISO.C# was designed be general-purpose,high-level, fully object-oriented, as well as a component-oriented programming
language. Mr. Anders Hejlsberg is the creator of this widely used programming language. The language was based on C++ and Java, with additional extensions, libraries, and concepts for implementing different OOPS and component-oriented programming concepts.
C# was first introduced in 2002 with the DOT NET Framework 1.0 and has since developed significantly. Here is a list of all the major releases of C#:
C# Tutorial :
C# tutorial provides basic and advanced concepts of c#. Our C# tutorial is designed for beginner and professinoals.
C# is a programming language of .Net Framework.
Our C# tutorial includes all topics of C# such as first example, control statements, objects and classes, inheritance, constructor, destructor, this, static, sealed, polymorphism, abstraction, abstract class, interface, namespace, encapsulation, properties, indexer, arrays, strings, regex, exception handling, multithreading, File IO, Collections etc.
C# Data types :
1.Value Type2.Reference Type
3.Pointer Type
Value Type:
1.int
2.float
3.char
Reference Type:
1.string
2.object
3.dynamic
Pointer Type:
The syntax of declaring pointers in C# is:
syntax:
type* identifier;
Example:
Char* str_name;
int* user_id;
C# Of Features :
C# is object oriented programming language. It provides a lot of features that are given below.
- Simple
- Modern programming language
- Object oriented
- Type safe
- Interoperability
- Scalable and Updateable
- Component oriented
- Structured programming language
- Rich Library
- Fast speed
C# Top IDE'S
Download for Mac-linux-windows:
1.Visual Studio Code
2.Rider
3.Eclipse
C# "Hello World"Program:
// Hello World
namespace Helloworld
{
Calss Hello {
static void Main(String[ ] args)
}
System.Console.WritteLine("Hello World");
}
}
}
**************************************************************************************
Output :
Hello World
**************************************************************************************
Support Me:
Follow Me : Instagram
Follow Me:Facebook
Follow Me :Twitter
Follow Me :Blog
***********************************************************************************
Thank You
for
Reading...🙏
😍
ReplyDelete