Click here to Skip to main content
15,899,754 members
Articles / Programming Languages / C#

Stop Use VAR Everywhere and Think before Use Underscore with Private Variable in C#

7 Jun 2017CPOL 8.9K   9  
When to use underscore(_) or not with the private member variable; why we shouldn't use var everywhere; when must we use 'var'; when can't 'var' be used. Why we need to follow best practices guidelines.
We're sorry, but the article you are trying to view was deleted at 15 Jun 2017.

Please go to the C# Table of Contents to view the list of available articles in this section.