Monthly Archive: March 2011

Deep Insight on SharePoint Event Receivers

Deep Insight on SharePoint Event Receivers

Not mine, but came across an excellent post by Hristo Pavlov (who unfortunately, no longer works in the SharePoint space). It goes deep into the bowels of the threading model and the considerations one should have when designing custom code...

Getting Version Changes From SharePoint

Getting Version Changes From SharePoint

SharePoint doesn’t provide a straightforward way to do this it seems.  My first crack was to try to leverage the BeforeProperties and AfterProperties in an event receiver, but it turns out that this doesn’t work quite as you would expect...