can we call the garbage collector to run explicicitly?
Answer Posted / velu s
Yes we can call the Garbage collector explicitly by using
method Collect().
Ex. Create object for the Garbage collector.
GarbageCollector Gc = new GarbageCollector();
Gc.Collect();
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Explain tempdata in asp.net mvc?
What is entity framework firstordefault?
What is clr? How does work clr & wht is work of clr?
What is code first? : Entity framework
What is the need of Action Filters in ASP.Net MVC
Can I add asp.net mvc testcases in visual studio express?
How do I use partial view?
What is page life cycle?
How large is the .net framework 3.0? Does this change make the release larger?
What is the significance of nonactionattribute?
What are the sub types of ActionResult?
what is .edmx file and what it contains?
Can you use Razor code in Javascript in ASP.Net MVC?
Can I use razor code in javascript in asp.net mvc?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?