Object Initalizers aren't talked about very much as one of the new features in C# 3.0, but I find them pretty useful from time to time (esepcially when dealing with the SharePoint API). They are great, when there isn't a constructor that has all of the arguments that you need to initialize the...