4. Describe the process when we send a request URL? And who
is responsible for that?
What?s different about switch statements in C#?
Why is ienumerable used?
What is difference between throw and throws in c#?
give an example for suspending, resuming, and stopping a thread ?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
What are the differences between system.string and system.text.stringbuilder classes?
how to use msflexgrid in asp.net
Is it possible to have different access modifiers on the get/set methods of a property?
Differentiate between object pooling and connection pooling in c#?
What does assert() do in c#?
What is a factory in c#?
What happens if the inherited interfaces have conflicting method names?