c# - How to avoid Memory Leaks? -
What are some tips to avoid memory leaks in some of my applications? Are there any passes or disadvantages I can see / Can i
Call IDisposable objects or use using the section about this I can think that most leaks should be taken care of.
Comments
Post a Comment