Wednesday 6 September 2017

What is C# ?

C# (C Sharp) is an object oriented programming language that enables you to develop secure ,reliable and robust applications on the Microsoft .Net Platform.
C# is simple type safe and object oriented programming language that invokes less coding and has a rich graphical user Interface.
We can build windows client applications , Distributed components , Client server web applications , Database web applications with the help of C#.
C# support Garbage collection at runtime and it supports the concept of properties , enumeration, and pre processor directives.
C# combines the power and efficiency of c++ and Simplicity and object oriented approaches of Java and creativeness of Visual Basic.

No comments:

Post a Comment

Creating First WEB API Project from scratch ?

  For creating Web API project open your Visual Studio Editor and Create New Project as shown in below figure. Now you have to select  ASP.N...