News

Peter Vogel introduces a new column on application development in the real world, and begins by advocating for Language Integrated Query. Welcome to Practical .NET, a new column offering how-to ...
Peter follows up on advice for joining collections with LINQ and getting all of the results, but this time, he uses the method-based syntax. A little while back, I did a column on how to join two ...
Seriously, why do I suck at this so much...<BR><BR>Anyway, LINQ, I just want to take LName + ", " + FName AS LastFirstName<BR><BR>...<BR><BR>How do I do that in my ...