C# 3.0 and LINQ

Watch this if you are interested in the future of C#, it is as simple as that.

The video includes lots of information from the main man (Anders Hejlsberg) behind the langauge. Regardless of LINQ, you see some of the features in the video that are really important such as the ability to extend classes with methods without having to make a derived class and (something what I am coming around too) Lambda functions. The extension of the class was just a small note, but it seemed that by including System.Query each object that was IEnumerable suddenly got extra methods which allowed you to perform SQL style operators. Now that seems pretty darn sweet!

It looks pretty sweet, just need to work out where I could use it. If I think of anything more I will let you know :)

Technorati Tags
[feed], [feed], [feed], [feed], [feed], [feed], [feed]

Wikipedia Documents
Wikipedia: Channel9 ,Wikipedia: Msdn ,Anders Hejlsberg - Wikipedia, The Free Encyclopedia ,C Sharp - Wikipedia, The Free Encyclopedia ,Sql - Wikipedia, The Free Encyclopedia