How does Garbage collector(GC) works in .net
Answer Posted / bala
Garbage collection is a system whereby a run-time component
takes responsibility for managing the lifetime of objects
and the heap memory that they occupy. This concept is not
new to .NET - Java and many other languages/runtimes have
used garbage collection for some time.
A little. For example, the System.GC class exposes a
Collect method - this forces the garbage collector to
collect all unreferenced objects immediately.
| Is This Answer Correct ? | 12 Yes | 12 No |
Post New Answer View All Answers
What is event in asp.net?
Will session work if cookies is disabled?
Explain cashing in asp.net.
What is preprocessor in .net?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Explain form level validation and field level validation?
What is a web farm?
What are the new data controls in asp.net 2.0?
Define xmlreader class.
Explain the use of resource manager class in .net.
What is the difference between mechine.config and web.config?
Is post back in asp.net?
What is the difference between web.config and machine.config in ASP.NET?
State differences between MVC and WebAPI