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
What is the difference between model and entity?
why DotNetFramework is included in building a software
What are html helpers in asp.net mvc?
Mention what is the difference between “ActionResult” and “ViewResult” ?
What is layout in mvc?
Explain Keep method in Tempdata in ASP.Net MVC?
What are non action methods in mvc?
Where are the routing rules defined in an asp.net mvc application?
What are Non Action methods in ASP.Net MVC?
What is the "helperpage.isajax" property?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
what is way of loading data in ef (entity framework)?
Explain representational state transfer (rest) in detail?
Explain the use of Inversion of control (IOC)?
How can we determine action invoked from HTTP GET or HTTP POST?