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 be used with the Microsoft .NET Framework. Many of the advantages and features of C# 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. Th...

Comments
Post a Comment