Explain about WSDL
Why do we use parameters in c#?
What is the difference between do and while loop?
What does assert() do?
can it possible to acees the virthual method using the override method object? plz give me the example
Which is better interface or abstract class in c#?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
How many catch blocks can be there for a single try block?
What is the use of the static constructor? When static constructor gets compiled?
What is a dimensional array?
What is an int in c#?
What is polymorphism? pl explain practically rather than theoretical?
What is managed or unmanaged code?