If we want to construct our own Garbage collector what are
the steps things we have to do?
Answers were Sorted based on User's Feedback
//Use this
System.GC.Collect();
System.GC.WaitForPendingFinalizers();
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / suresh mediboyina
If we want to call the Garbage collector,use this command
system.gc.collect()
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venu
Hi,
If you want to implement your own GC, you need to define
you own memory cleaning by implementing destructors.
Also you have configure your GC in a separate long running
thread which should be of Daemon Thread. (Background
thread).
Venu.
| Is This Answer Correct ? | 2 Yes | 3 No |
what is a mvc in asp.net?
3 Answers Cap Gemini, Elsinoir Technologies, HCL,
What are the components required to create a route in mvc?
Explain the advantage of packaging over xcopy in .net?
Does Tempdata hold the data for other request in ASP.Net MVC?
Explain RenderBody and RenderPage in ASP.Net MVC?
What is connected scenario? : Entity framework
Is entity framework slow?
What are non action methods in mvc?
If we not suppress finalize method in dispose what will happen?
If we write return statement in finally block will it works fine or throws any error?
What is .net architecture and framework?
What is objectcontext? : Entity framework