what is new in .net 3.0
The following are new features introduced in c#.net 3.0
Implicitly typed local variables
Anonymous types
Extension methods
Object and collection initializers
Lambda expressions
Query expressions
Expression Trees
refer the link http://www.developer.com/net/csharp/article.php/10918_3561756_1
Implicitly typed local variables
Anonymous types
Extension methods
Object and collection initializers
Lambda expressions
Query expressions
Expression Trees
refer the link http://www.developer.com/net/csharp/article.php/10918_3561756_1
Comments