If we want to construct our own Garbage collector what are
the steps things we have to do?
Answer Posted / amit kumar sharma
//Use this
System.GC.Collect();
System.GC.WaitForPendingFinalizers();
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to use Jquery Plugins in ASP.Net MVC validation?
What are the components required to create a route in mvc?
What is html.renderpartial?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What is the difference between viewbag and viewdata in mvc?
What are action filters?
what do you mean by table-per-hierarchy?
what is entity graph in entity framework?
What is asp net framework?
What is edm designer? : Entity framework
What is layout in mvc?
What are the options can be configured in AJAX helpers?
What are the levels at which filters can be applied in an asp.net mvc application?
What you mean by routing in asp.net mvc?
Is .net core faster than .net framework?