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 objectcontext? : Entity framework
Why is XmlSerializer so slow
I want ask from plz smaple example code for Biztalkk server
What is objectset? : Entity framework
What is the difference between model view and controller?
Httpcontext objects?
What is definingquery in entity framework? : Entity framework
What is the difference between structures and enumeration ?
How do you do role based security ?
1 Answers Accenture, BirlaSoft,
mention what are the various methods provided by the dataset object to generate xml?
How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible
What is the 'page life cycle' of an ASP.NET MVC?