Friday, May 30, 2014

C sharp and it's advantages

C sharp is an object oriented programming language.it is a high level programming language like c, c++, java and others.During the development of  .Net framework it was developed by Microsoft.

Advantages of C sharp


  • Object and Component oriented programming language
  • Designed for common language infrastructure so that it can run on various flat form
  • C# is very similar to C,C++ and Java
  • Has several extensions and features that are designed for operation with the .Net Framework
  • More type safe than other language
  • Managed memory can not be explicitly feed,instead, it is automatically collected by garbage collector which prevents memory leaks
  • Generics can be used more easily.
  • Assembly version
  • Use of LINQ and Lambda expression
·     
·