Explain the difference between managed and unmanaged code?
No Answer is Posted For this Question
Be the First to Post Answer
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 CLR? How it will work?
Why do we use msmq?
what is the use of "mustinherit" keyword?
What is the raise event used for?
Explain me what is a design pattern and what is it for?
What is Application Domain?
Explain how com+ related to the dna architecture?
What is dot net architecture?
Which two properties are on every validation control?
What is the difference between boxing and unboxing?
How to create multiple inheritance in c#, with example?