i ask if need to implement gc every time or not i use vs 2013 and i don't now if vs have automatic integrated where debug program or not?
thnx
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akhil GargPosted Apr 28, 2015, 2:00 PM
After sometime GC will automatically collect data and remove it if data is not in use. But in some of the cases where we need to explicitly call GC, Its based on project requirement and Implementation.