.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

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

fortran - Function return type mismatch -

queue - mq_receive: message too long -