How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
No Answer is Posted For this Question
Be the First to Post Answer
what is a strong name?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
How do you define the lease of the object in .net?
What is equivalent for regsvr32 exe in .net ?
What is the difference between override and overload in a method?
What do you mean by Code Access Security in .NET?
What should you do to store an object in a viewstate?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What are the properties of ADO.NET?
What is concurrency? How will you avoid concurrency when dealing with dataset?
What is a design pattern and what is it for?
Should I implement finalize on my class? Should I implement idisposable?