Answer Posted / rijiraghavan
C# is a type-safe, component-based, high-performance
language
that is designed for the Microsoft .NET framework.
it is a modern, object-oriented language that enables
programmers to quickly build
a wide range of applications for the new Microsoft .NET
platform.
It was specifically made for building large applications in
a
Rapid Application Development (RAD) style.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What standard types does c# use?
What is the compiler of c#?
What is the difference between gettype and typeof in c#?
What is xml serializer?
What is a verbatim string literal and why do we use it?
What is console write in c#?
What are the different types of assembly?
What is the use of readkey in c#?
What does char mean in c#?
Which program construct must return a value?
Can property be private in c#?
In .NET how can you solve the DLL Hell problem?
explain Garbage collector’s functionality on unmanaged code
Is int an object in c#?
How can we set the class to be inherited, but prevent the method from being over-ridden?