Explain difference between panel and groupbox classes using .net?
what is event inheritance and event delegation?
What is use of ContextUtil class?
What is loosely coupled solution in.net?
What is the root class in .net?
Is .net core installed?
What is the use of activex control 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; }
What is the raise event used for?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
State the methods used during deserialization and serialization process.
What is JIT and how is works?
Is there built-in support for logging?