The SharePoint OM is difficult to use. It´s not intuitive - it´s throws strange errors if you are not familiar to the architecture. I decided to try to map some behaviour of the SharePoint objects for a group of new developers at our company in order to improve quality of our API’s and components. SPFolder SPFile
Similar Posts
A lot of SharePoint code is wrapped in catch system.exception due to the sometimes mysterious exceptions which are thrown. This pattern is intended for
System.IO.Path How often do you see code like this to create a file path public string GetFullPath(string fileName){ string folder = ConfigurationManager
I don t know how many times I ve come short with the SharePoint OM. There is always some small part which the API doesn't cover and you are stuck. You
A couple of days ago I was playing around with SVN Mirror , trying to remove some dependencies on third party repositories not in our control. All was