I have just started dipping my toes into Linq, specifically Linq to XML. I have kind of gotten familiar with the syntax to write object data out into an xml file, but I'm just not making the connection for the query approach to pulling the xml back out and returning it into the object form. I created a small sample so someone can hopefully point out what I'm missing, or just tell me to do it the way I do see to do it which is long hand. I have a simple class User with 2 properties: Code Snippet public
Read More...