Hidden features of C#3.5 [closed]
- by xyz
Possible Duplicate:
Hidden Features of C#?
Kindly donot mistake this question with Hidden Features of C#?.
It is specific to C# 3.5 / dot net 3.5
I have figured out some(what I have used so far). They are as under
1) Linq 2(Objects, Sql, Xml)
2) Lambda expressions
3) Extention methods
4) Object initializers
5) Collection initialisers
6) Anonymous delegates
7)Automatic properties
Please help me in finding out more.
Thanks