Var and Dynamic Keywords in C#
The var and dynamic types in C#:
Primitive Datatypes :
Generally we use the datatype to declare and store the value inside the variable but in the C#, we have another 2 ways to do the same that is using the var and dynamic keywords we will discuss ...
blog.vishalpawar.dev3 min read