VS2008 Ships with Samples

Did you know that Visual Studio 2008 has samples of code out of the box?  Well, if you choose to not remove them from the install that is.  You can reach these by clicking on the Samples menu item on the Help toolbar menu.  These include samples in VB.NET, C# and C++ for things like: LINQ, PInvoke, Yield, Data, generics, etc.  If you are new to .NET 3.5 this may be worth a look through.  I stumbled upon these as I was checking out LINQ to XML.  I didn’t realize they were there.