Private Accessors in AppHarbor
Yesterday I discovered that if you use private accessors to unit test private methods, then this will make your unit test fail in AppHarbor. This article describe how to solve this issue.
Yesterday I discovered that if you use private accessors to unit test private methods, then this will make your unit test fail in AppHarbor. This article describe how to solve this issue.
On a recent project I taking part in I was authoring some Excel workbooks that were to be hosted in a SharePoint 2010 portal and display with Excel Services. Our development machines were running Windows Server 2008 R2, as I’m sure many SharePoint development machines are. The gave a few […]
Converting week number + year to a datetime object, showing datetime as week numbers.
I’m currently preparing for the SharePoint 2010 certification, about configuring the platform, TS 70-667. As part of this preparation i have collected the following links that I hope will help me pass with ease. For the other certifications I have taken I have prepared by reading books, but since this […]
Use the SPPersistedObject class if you want to save serialized object data in the configuration database.
To remove mouse pointer corruption on a multi monitor setup, run the windows magnify tool at 100 %.
Uninstalling applications that use unnecessary network socket resources.