lamp

Browse by Tags

Sorry, but there are no more tags available to filter with.
Call the dispose method if it exists
25 May 09 05:39 PM | Frederick.Chapleau | with no comments
If a dispose method exist, it is a good practice to call it when the immediate performance is not an issue, and when you want to optimize long term performance. The call of the dispose method will be done by the Garbage Collector even if you are not calling...
Filed under: