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 does session_start () do?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What is the use of response redirect in asp.net?
Define page output caching?
What are validator? How do you disable them?
Which validator control you use if you need to make sure the values in two different controls matched?
Explain the advantages of caching?
When you use Ajax controls in the ASP.NET application?
Where is asp.net session stored?
What is variable and constant in .net programming language?
How can you handle unmanaged code exceptions in asp.net?
What is web api vs wcf?
Explain code snippet to register exception filters from controller?
Can you change a master page dynamically at runtime? How?