Using Three Flavors of LINQ To Populate a TreeView

Posted on Simple Talk See other posts from Simple Talk
Published on 02 December 2009 Indexed on 2010/03/16 17:01 UTC
Read the original article Hit count: 260

Filed under:
LINQ is a valuable technology. LINQ to XML, LINQ to Objects and LINQ to XSD, in particular, can save valuable time for developers and produce more maintainable code. Michael describes how he used three different flavours of LINQ to map XML to a Treeview component that he used in the QueryPicker control that was the subject of a two-part article here on Simple-Talk.

© Simple Talk or respective owner

Related posts about .NET Framework