Explain the difference between dynamic and var data types?
Answer / Pradeep Chandra Bahuguna
In C#, 'dynamic' is a keyword that indicates that the compiler will not check type safety at compile-time. However, it still performs some runtime checks. On the other hand, 'var' is used to infer the variable's data type automatically from the right-hand side of an assignment statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is object binder?
What is dynamicobject?
Define python binder?
What is python binder?
What is expression trees services provided by dlr to clr?
Define com binder?
Define javascript binder?
List the advantages of dlr?
What is system.dynamic?
What are the difference between dynamic and var data types?
Explain and distinguish between reflection and dynamic?
Define object binder?