In the past I have published links to various Microsoft samples. I think sample code is the best way to learn any new technology. Today I thought I would publish a link to 101 samples for LINQ.
LINQ is a cool technology that allows developers to query in-memory data inline - right from within C# code. If you aren't familiar with LINQ yet and would like to be then I'll toss out some links - here, here and here. In addition, there is also a LINQ version for database queries (DLINQ), as well as XML queries (XLINQ).
Obviously, you can query Google as well as I can, but here are some links that I am using to learn today: DLINQ and XLINQ.
See ya!