What is the difference between VAR and dynamic in C#?
What is the difference between VAR and dynamic in C#? In implicitly typed variable, the type of the variable is automatically deduced at compile time by the compiler from the value used to initialize the variable. The implicitly typed variable concept is introduced in C# 3.0….Difference between var and dynamic in C# Var Dynamic It […]