Creating an XP Style WPF Button with Silverlight
Flex And Yahoo Maps
WPF Tutorial - Creating A Custom Panel Control
XDocument xmlDoc = XDocument.Load("TestFile.xml");
var tutorials = from tutorial in xmlDoc.Descendants("Tutorial")
select new {
Author = tutorial.Element("Author").Value,
Title = tutorial.Element("Ttle").Value,
Date = tutorial.Element("Date").Value };
No comments:
Post a Comment