C# var vs. explicitly typed This can be one of those developer holy wars to avoid, but here is an opinion on this one. Using var seems to be the rage today for reducing redundancy. Mostly, var is pretty benign or helpful, but perhaps it …
Read MoreC# Using Var: To Var or Not To Var?
