C# tutorial provides basic and advanced concepts of C#. Our C# tutorial is designed for beginners and professionals.
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.
What is C#
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.
C# is approved as a standard by ECMA and ISO. C# is designed for CLI (Common Language Infrastructure). CLI is a specification that describes executable code and runtime environment.
C# programming language is influenced by C++, Java, Eiffel, Modula-3, Pascal etc. languages
C++ vs C#
There are many differences and similarities between C++ programming language and C#. A list of top differences between C++ and C# are given below:
No. C++ C#
1) C++ is a general purpose, case-sensitive, free-form programming language that supports object-oriented, procedural and generic programming. C# is pronounced as "C-Sharp". It is an object-oriented programming language provided by Microsoft that runs on .Net Framework.
2) In C++, multiple inheritance is possible through class. In C#, multiple inheritance is not possible through class.
3) In C++, memory management is handled manually. In C#, memory management is handled automatically.
4) In C++, pointers can be used anywhere in a program. In C#, pointers can be used only in unsafe mode.
5) C++ programming is based on OOPs concept. C# programming is based on Component and OOPs concept.
6) C++ is a programming language that runs on all platforms. C# is a programming language that rarely used outside Windows.
7) C++ programming can be used to create console applications. C# programming can be used to create console applications, Windows applications, Mobile applications, etc.
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.
What is C#
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.
C# is approved as a standard by ECMA and ISO. C# is designed for CLI (Common Language Infrastructure). CLI is a specification that describes executable code and runtime environment.
C# programming language is influenced by C++, Java, Eiffel, Modula-3, Pascal etc. languages
C++ vs C#
There are many differences and similarities between C++ programming language and C#. A list of top differences between C++ and C# are given below:
No. C++ C#
1) C++ is a general purpose, case-sensitive, free-form programming language that supports object-oriented, procedural and generic programming. C# is pronounced as "C-Sharp". It is an object-oriented programming language provided by Microsoft that runs on .Net Framework.
2) In C++, multiple inheritance is possible through class. In C#, multiple inheritance is not possible through class.
3) In C++, memory management is handled manually. In C#, memory management is handled automatically.
4) In C++, pointers can be used anywhere in a program. In C#, pointers can be used only in unsafe mode.
5) C++ programming is based on OOPs concept. C# programming is based on Component and OOPs concept.
6) C++ is a programming language that runs on all platforms. C# is a programming language that rarely used outside Windows.
7) C++ programming can be used to create console applications. C# programming can be used to create console applications, Windows applications, Mobile applications, etc.
No comments:
Post a Comment
Hello all, if you have any doubt feel free comment