The Asp.net 2.0 tree control, as well as many 3rd party controls binds to hierarchical […]
Exploring Extension Methods in .Net 3.5
Finding extension methods in C# 3.5 is not as intuitive as it should be. Just […]
How have the new features of C# changed your code?
Here is a simplified example of how the functional programming style of Linq has impacted […]
LINQ Framework Design Guidelines
Excellent article on design considerations for LINQ. Looks like these concepts will be incorporated into […]
Firing events with Extension Methods
OK, sometimes you have an idea that is one point (seemingly) brilliant, simple, and kind […]