Monday, July 23, 2012

Best Practices for Memory leaks

Coding Techniques to Ensure Object Disposal

You can employ certain coding techniques to ensure object disposal. These techniques include using the following in your code:
  • Dispose method
  • using clause
  • try, catch, and finally blocks






No comments:

Post a Comment