3
Answers

Why we use underscore before variable name in C# ?

Himanshu Pandya

Himanshu Pandya

10y
2.6k
1
It's usually to see a _var variable name in a class field. What does the underscore mean? 
 
   Thanks 
Answers (3)
0
Ravi Patel

Ravi Patel

NA 7.8k 532.4k 9y
Hi ,
 
check this
 
for 3-Tier architecture
 
http://www.dotnetfunda.com/articles/show/71/3-tier-architecture-in-aspnet-with-csharp 
Accepted