Do unused Namespaces in c# affect run-time performance?
What is private and shared assembly?
What are the desktop applications?
What?s an abstract class?
What is semaphore in c#?
Explain the types of Polymorphism.
Why to use lock statement in c#?
how to change a value of particular cell in a data grid
Why do we use dataset in c#?
directcast(123.34,integer) - should it throw an error? Why or why not?
Are c# references the same as c++ references?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Why References are stored on heap and variables on stack?