In which situation,we need to call GC.Collect() method explicitly?

 Posted by vishalneeraj-24503 on 1/13/2014 | Category: C# Interview questions | Views: 1991 | Points: 40
Answer:

When we are testing application performance versus memory availability you can call GC.Collect() method to remove objects explicitly.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response