Links for Linq Joins
Some articles on joins for Linq. This one is basic, just to grok the concept. This post from CodeGuru is a little more detailed and explains things a little better. Multiple join conditions are shown here. This post uses extension methods to handle a date. I can definitely see some uses for this.
There are some interesting things you can do like finding all of the overlapping date ranges in a table.
Comments