5 things that you cannot do with a Local Type Inference in C#
The Local Type Inference is also called as Implicitly Types Local Variables in C# and is an easy way to create a variable without having to know the type.
This is especially useful when using a LINQ via the var keyword .
The var keyword only works with Read More →
