You couldn't do it in earlier versions of Entity Framework but, in more recent versions, you can use lambda expressions to save yourself from some runtime errors. As ...
One of the recurrent, valid criticisms of Java as a programming language is that it is wordy. You have to write a lot of code to get anything done. Lambda expressions relieve that problem for some ...
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 ...