adspace
Answer Posted / Amit Kumar Dohare
In C#, you should never manually force garbage collection as the .NET runtime has its own automatic garbage collector. However, you can encourage the garbage collector to run by allocating large amounts of memory and then allowing the application to idle.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers