How does Garbage collector(GC) works in .net
Answer Posted / sathish
In .net the garbage collection is called by the class
system.gc.collect
It manages the unused objects and releases the memory.
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
What is session management in web application?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are session cookies?
Why SessionID changes in every request in asp.net?
Is it possible for me to change my aspx file extension to some other name?
What is session id in web application?
What are validator? Name the validation controls in asp.net?
What is localhost in asp.net?
What is Model-View-View Model?
What is sql data source control in asp.net?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What are the types of caching in asp.net?
How can we register exception filter from the action?
What is latest version of asp.net mvc? : Asp.Net MVC
Explain file-based dependency and key-based dependency.