Explain polymorphism in c# with a simple example?
how can your software identify which version of dot net framework install in client pc and install framework accordingly
What is a delegate in c#?
What is a private constructor? where will you use it?
How to raise an selection changed event associated with listbox in datagridview control with a sample example?Here the listbox is a child control associated with datagridview control.
What is the xml document structure?
How cache is implemented in web application for DB queries?
Difference between dispose and destructor?
What is the components of window?
What is virtual class in C#?
Name the control which cannot be placed in mdi?
To whom a method is accesssed if it is marked as protected internal ?
What is the difference between interface and abstract class ?