What is a struct in C#?
Explain the features of an abstract class in net.
What is an assembly in dotnet?
What is the difference between Decorator and Adapter pattern?
What do you know about WM_CHAR message?
can you overload a method of class A in Class B if it is derived class of A?If it is yes tell me how is it possible?
4 Answers Mphasis, Ness Technologies,
Are c# objects passed by reference?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
Why do we need a finally block in try catch block while handling exceptions
What do you know about Translate Accelerator?
can you create a function in c# which can accept varying number of arguments
What does virtual keyword mean ?
What is difference between "as" and "is" keyword?