If we want to construct our own Garbage collector what are
the steps things we have to do?
Answer Posted / suresh mediboyina
If we want to call the Garbage collector,use this command
system.gc.collect()
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you explain renderbody and renderpage in asp.net mvc?
Explain Keep method in Tempdata in ASP.Net MVC?
mention what is the key advantage of using entity framework or ef?
What is Dependency Injection in ASP.Net MVC
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
What is a view engine?
what is datacontrols?
what is conceptual model?
What is work of clr?
What is RouteConfig.cs in ASP.Net MVC 4?
What is the difference between adding routes, to a webforms application and to an mvc application?
What is latest version of .net framework?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?