Explain the difference between garbage collections in .net 4.0 and earlier versions?
No Answer is Posted For this Question
Be the First to Post Answer
Please explain what is immutability, what is it for and how is it codified?
What's singleton activation mode in .net?
Tell us the differences between an interface and an abstract class in .net?
Can a try block have nested try blocks?
What is a .net class?
How will you do redo and undo in textbox control?
Why you want to leave your previous company.
Is .net core free?
What is Garbage Collection in .Net? Garbage collection process?
What is class library in .net
Explain something about WebService?
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; }