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 NonActionAttribute ?
I am confusing about reflection.can any one tell about REFLECTION with example?
what do you mean by table-per-hierarchy?
What is renderbody?
reading doc file in textbox using .net2005 with c#
What is the difference b/w constant & read only variable?
4 Answers IMI Soft Engineering,
What are the Main Features of .NET platform
What is layout in mvc?
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
What is route config?
what is way of loading data in ef (entity framework)?
Why is entity framework used?