Seriously, C# is one of the languages you can use to create applications that will run in the .NET CLR. At times, c# code is slightly more verbose than C++. this is a consequence of C# being a type-safe language, which means that once some data has been assigned to a type, it cannot subsequently transform itself into another unrelated type. Consequently, strict rules must be adhered to when converting between types, which means you will often need to write more code to carry out the same task in C# than you might write in C++;
You can use C# to write Windows applications, Web Applications ,Web Service and other stuff.
You can use C# to write Windows applications, Web Applications ,Web Service and other stuff.
Comments
Post a Comment