Team Foundation Server Express 2012

I was very exiting that Microsoft released Express edition of TFS. For small development team it’s a great tool, which can be very useful. The interface looks like new metro application and it seems that new products will follow this path. Unfortunately there’s a bug...

BreakRoleInheritance and Dispose

I’ve wrote some piece of code which was used to clear security setting on item level in the library: private void UsunDziedziczenieUprawnien_ExecuteCode(object sender, EventArgs e) { using (SPSite site = new SPSite (workflowProperties.SiteId)) { using (SPWeb web...