.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

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -