If we want to construct our own Garbage collector what are
the steps things we have to do?
Answer Posted / 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 |
Post New Answer View All Answers
Briefly describe the roles of clr in .net framework?
Is dapper faster than entity framework?
What are authentication filters in web api?
What is the .net framework and how does it work?
What is a model in programming?
Explain bundle.config in mvc4?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What does a viewmodel do?
Give an example for authorization filters in an asp.net mvc application?
Explain JSON Binding?
What is the advantage of mvc?
What is separation of concerns in asp.net mvc?
Why is entity framework used?
What is the difference between tempdata and viewbag?
Explain tempdata in mvc?