Stories recently tagged with 'abuse'

Var Wars – Abuse of the CSharp var(theahmadblog.blogspot.com)

submitted by ahmadadnanahmadadnan(30) 2 years, 11 months ago

CSharp 3.0 introduced the var keyword for declaring variables without having to explicitly specify the type. This was done for using anonymous types returned from LINQ queries. Now, I am seeing many developers use it all over their code and think its a good thing. read more...

add a comment |category: |Views: 104

tags: another