Posts Tagged SharePoint

Intro to WSPBuilder

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, [...]

,

7 Comments

SPWeb.EnsureUser

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 [...]

No Comments