Description of the SharePoint Foundation 2010 cumulative update package (SharePoint Foundation server-package): October 13, 2011
Description of the SharePoint Server 2010 cumulative update package (SharePoint server-package): October 13, 2011
Here is another “watch out” for using the SharePoint object model.
SPUrlUtility.CombineUrl(web.Url, string.Empty)
The line above will throw an exception, as CombinUrl doesn’t like empty strings.