What are the properties of ADO.NET?
What is Event Bubbling in .NET?
Explain what is the difference between a class and an object?
How Can Registry Editor in .NET?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
Is .net an object oriented language? What are their components?
What is the base class of Button control?
Can I write il programs directly?
What are HTML controls, Web controls, and server controls?
What do you mean by web service?
Do you know the difference between the stack and the heap?
How will you load an assembly which is not referenced by current assembly?
What is a design pattern and what is it for?