·
C# is one of the languages used to
create applications that rum in .NET CLR.
It is an evolution of the C and C++
languages and has been created by Microsoft to work with the .NET platform.
·
Developing applications using C# is
simpler than using C++, because the language syntax is simpler.
·
C# is a powerful language, as those features
of C# parallel the features of C++ such as directly accessing and manipulating
system memory, can only be carried out using code marked as unsafe.
·
C# code is slightly more verbose than
C++. This is a consequence of C# being a type-safe language.