When trying to set the maximum filesize for uploads, sometimes is setting the filesize on a SharePoint 2010 site’s general settings of the webapplication not enough.
Portfolio Snapshots
Hits From The Blog
Multi server applications
To deny acces for multiple servers to perform the same actions, it’s possible to set a lock on the class, so only ONE instance of the timerjob will be executed.
by Ruben Herman on April 17, 2013 in SP2010
Reading XML with Linq
When we want to get values from an XML-document, we can use the XDocument object. With the use of Linq-to-XML we can create advanced queries to get the necessary data. Here is an example of how this can be done.
by Ruben Herman on April 16, 2013 in SP2010