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
What is RouteConfig.cs in ASP.Net MVC 4?
mention what is csdl, ssdl and msl sections in an edmx file?
What is meant by bootstrap in mvc5?
What is the .net framework?
Explain unit test done by tester on development team?
What are the new features 3.5 framework against with the tool?
Do you know about the new features in ASP.Net MVC 4 ?
will there be any issues adding a table without primary keys to a data model?
What is objectset? : Entity framework
What is poco proxy? : Entity framework
How do you handle variable number of segments in a route definition?
What is the difference between adding routes, to a webforms application and to an mvc application?
What are the components required to create a route in ASP.Net MVC?
What is ado.net data provider? : Entity framework
How to use multiple submit buttons in asp.net mvc?