C#

C-To-Go-300x300C#’ (pronounced as ‘C Sharp’) is a new computer programming  language developed by Microsoft Corporation,USA. C# is a fully object oriented language like java and is the first component-oriented language .It has been designed to support the key features of .NET framework,the new development platform of Microsoft for building component-based software solutions.
C# is an evolution of the C and C++ family of languages. However, it borrows features from other programming languages, such as Delphi and Java. If you look at the most basic syntax of both C# and Java, the code looks very similar, but then again, the code looks a lot like C++ too, which is intentional.
C#  is designed for building robust,reliable and durable components to handle real-world applications.Major highlights of C#:-
* It simplifies and modernizes C++.
* It is only component-oriented language available today.
Ease-to-development, The rich class library makes many functions easy to be implemented.
* C# is more type safe.
* It embodies today’s concern for simplicity ,productivity and robustness.
* It has a lean and consistent syntax.

C# is expected to play a major role in developing applications on co-operating networks of web sites.

Leave a comment