What can we do to handle multiple exceptions?
Define a class and an object?
Define thread? Explain about multithreading?
What is a delegate, why should you use it and how do you call it ?
Explain how do I convert a string to an int in c#?
When compiler adds a default constructor to a class?
How can encapsulation be achieved?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Why do we need escape characters?
Does c# support try-catch-finally blocks?
What is routing in c#?
What is bitwise operator in c#?
In Main function another function is there and to that function if we pass string as parameter ,then that string value is passed by value or reference type?