What are the new features in C# 3.0/Understanding new features in c# 3.0
Introduction: In this article,i am going to explain about some new features in C# 3.0.There are, 1.Implicitly typed local variables, 2.Extension Methods, 3.Anonymous types, 4.Object Intialisers, 5.Lambda Expressions, 6.Automatic Properties, Main: C# 3.0 provides a new keyword , var, which can be be used in place of int, bool or string. Implicitly typed local variables [...]