The History of C# ( C sharp)
1. C# is intended to be a simple, modern, general-purpose, object-oriented programming language. Its development team is led by Anders Hejlsberg. The most recent version is C# 6.0, which was released on July 20, 2015.
2. C# (pronounced "C-sharp") is an object-oriented programming language from Microsoft that aims to combine the computing power of C++ with the programming ease of Visual Basic. C# is based on C++ and contains features similar to those of Java.
3. Firstly it is important to note that C# is just one of several languages that can beused with the Microsoft .NET Framework. Many of the advantages and features ofC# are actually tied very closely to .NET, and hence are also applicable to languages like Visual Basic .NET and Visual C++ .NET.
4. NET is a framework which provides "ground" for applications which are created to use it. These application can be created using different programming languages: C#(very common), Visual Basic .NET, F#, Managed C++ and even directly in MSIL (=Microsoft Intermediate Language, its what .net applications are compiled to).
5. Microsoft Visual C# is Microsoft's implementation of the C# specification, included in the Microsoft Visual Studio suite of products. It is based on the ECMA/ISO specification of the C# language, which Microsoft also created.
2. C# (pronounced "C-sharp") is an object-oriented programming language from Microsoft that aims to combine the computing power of C++ with the programming ease of Visual Basic. C# is based on C++ and contains features similar to those of Java.
3. Firstly it is important to note that C# is just one of several languages that can beused with the Microsoft .NET Framework. Many of the advantages and features ofC# are actually tied very closely to .NET, and hence are also applicable to languages like Visual Basic .NET and Visual C++ .NET.
4. NET is a framework which provides "ground" for applications which are created to use it. These application can be created using different programming languages: C#(very common), Visual Basic .NET, F#, Managed C++ and even directly in MSIL (=Microsoft Intermediate Language, its what .net applications are compiled to).
5. Microsoft Visual C# is Microsoft's implementation of the C# specification, included in the Microsoft Visual Studio suite of products. It is based on the ECMA/ISO specification of the C# language, which Microsoft also created.
Comments
Post a Comment