A group blog from members of the VB team
I just posted an interview with Scott on Channel9 where he talks about extension methods, a new language feature in Visual Basic 9.0:
In this in interview Scott Wisniewski, a Developer on the Visual Basic Team, talks about Extension Methods and shows us a couple interesting LINQ providers. In his own unique way, Scott dives into the meaning of Extension Methods and how they can extend types with discoverable methods which are part of the underpinnings of LINQ. He walks through some code written as an extension to LINQ query results to generate pie charts and then dives into a LINQ provider he built that hooks into Performance Monitor to give you real-time statistics on your LINQ queries. You can also read Scott's MSDN Magazine article here.
Enjoy!
-Beth Massi, VS Community
PingBack from http://www.universityupdate.com/Technology/Visual-Basic/4297097.aspx
Scott, can you publish the code for that Generate Pie Chart method? :) Nate