Category: C# 4.0
-
Lets move to C# 4.0
Some features like Dynamic programming,Optional arguments,Named arguments Dynamic Programming : This is the major feature of C# 4.0. In the first look it looks something like our previous “var” type of C#3.0 or regular object type that we have with C#,root Type of .NET . But its not like that. Actually when you assigns a…