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

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -