Possible Duplicates:
Use of var keyword in C#
Use of “var” type in variable declaration
Hello everybody,
"Var keywork it require explicitly type casting Avoid boxing and unboxing value types where possible."
Is it advisable to use var keyword instead of explicit datatype?