Tag: Development

Community

Area Chart in WPF

(Mahesh Chand) The WPF Toolkit released in June 2009 comes with a data visualization assembly called System.Windows.Controls.DataVisualization.Toolkit.dll that hosts the charting functionality in WPF. This article demonstrates how to draw area charts using the WPF Toolkit.

Community

Hierarchical Data Trees

(Jason Allor) There are many samples floating around showing how to use WCF RIA Services to load data into a GridView, either directly or through the Silverlight DomainDataSource control. Sometimes, however, the entity type you’re working with is self-referencing and hierarchical in nature, for exam

Community

Types and Tuples in .NET 4

(Bill McCarthy) The Microsoft .NET Framework 4 library includes new generic tuple classes. Tuples are a group of properties that provide a means for you to easily group pieces of data together without having to write your own classes. There are tuples of different sizes, from a tuple with a single t

Community

Using INTERSECT with LINQ to XML

(Santosh Benjamin) In terms of hands-on coding (not general awareness) I’m a bit of a newbie to the world of LINQ actually, having only dabbled with a little LINQ to XML in MockingBird and even there I wasnt too impressed with it in the area of XPath queries. But I came across something yesterday th