News

As I mentioned Monday and in my Visual Studio 2008 review, I've been struggling with the finer points of LINQ queries. In a talkback comment to my review, "CSharper" pointed me at one solution to ...
I am using LINQ-XML to parse an input file that I want to get various numbers out of. Then, I can write a LINQ query to get the ... options in config.Elements() select Int32.Parse(options.Value ...
option I've found for retrieving related Entity Framework objects in a LINQ query, either when you only want ... To achieve that, in the Select clause, you build an anonymous object with two ...