c# - What does "o" mean as a variable prefix? -


in ocn? rule?

using(sqlconnection ocn = new sqlconnection(         "server=(local);database=pubs;user id=testuser1;password=foo1;")) {         ocn.open();         ...     } 

i found type of naming in article http://msdn.microsoft.com/en-us/magazine/cc163799.aspx

an entirely obsolete way of saying "cn" *o*bject.


Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

python - Does anyone know how to configure the hunpos wrapper class on nltk? -