Friday, March 14, 2008

MSIT SharePoint Reporting Framework

http://www.codeplex.com/MSITSRF/Release/ProjectReleases.aspx?ReleaseId=7591

Thursday, March 13, 2008

Setting Site Theme Programmatically

SPSite site = new SPSite("");
SPWeb web = site.OpenWeb();
web.ApplyTheme("");

Wednesday, March 05, 2008

Smartpart for SharePoint with Ajax Support

An excellent article by Jan tielen's

http://weblogs.asp.net/jan/archive/2007/02/22/smartpart-for-sharepoint-asp-net-ajax-support.aspx

Gray Failures: What is it and how to detect one?

If you are reading this article , i guess you are curious to know about gray failures and different methods to detect gray failures.  Hopefu...