Silverlight Related Skills Post 2
Posted by: Jesse Liberty - Silverlight Geek,
on 18 Nov 2008 |
View original | Bookmarked: 0 time(s)
Yesterday, I wrote the first of a series of posts on skills related to effective Silverlight programming; specifically an introduction to LINQ. Today, with that material fresh, I'd like to take a giant leap forward and consider a number of advanced techniques that are common with Linq programmers. To do this, I've extended and modified the Presidents class we were using, and created a second related class PresidentDetail. For convenience, I've placed both in the file President.cs, using...