Search Results

0
votes

C# - Do you use “var”?

I'm a 2. I only use var when dealing with LINQ to SQL. Otherwise I don't really like making the compiler decide the type for my object. …