.net - c# - using : bad practice to use? -
i have read more year ago there few bad practice use
using (some code) { } . explain me these bad practice? thanks.
why think it's bad practice? can (or best) practice since object disposed after using block.
Comments
Post a Comment