Posts Tagged SharePoint
Intro to WSPBuilder
Posted by Michael Bowersox in Development, SharePoint on January 18, 2009
WSPBuilder is a tool for building web solution (WSP) files to deploy out to a SharePoint farm. It is free, open source, and available on CodePlex here: http://www.codeplex.com/wspbuilder. It is a tool that, in my opinion, every SharePoint developer should be using. So what is a WSP file? WSP files are web solution files. Essentially, [...]
SPWeb.EnsureUser
Posted by Michael Bowersox in Development, SharePoint on December 13, 2008
Suppose you need to perform some actions on a SharePoint user such as role assignment, but you are unsure if the user exists within the site you are currently working with. One solution, which I have always used, is to check for the existence of the user within the site and if they do not [...]