Category Archives: Linq

Linq to XML

A LINQ Tutorial Earlier, we took a look at two variants on Linq statements, one against a collection of integers, and then another against a collection of user-defined objects (Customers). Now, we’ll read an XML file and select from that … Continue reading

Posted in Linq, Mini-Tutorial | Tagged | 8 Comments

Linq with Objects

A LINQ Tutorial   In my earlier post, we took a first look at a Linq query against a collection of integers. In this posting, we’ll look at creating a Linq query against a collection of objects.

Posted in Linq, Mini-Tutorial | Tagged | 2 Comments

Getting Started With Linq

A LINQ Tutorial If you are serious about Windows Phone programming then it is imperative to become at least familiar with LINQ.  This is given additional impetus by the emerging importance of Reactive Programming, a full understanding of which requires … Continue reading

Posted in Linq, Patterns & Skills | Tagged | 1 Comment