In this article I’ll show you how to create a nice SharePoint 2010 wsp Feature that you can deploy to any SharePoint site you’d like, [...]
In our development world, especially with Visual Studio 2010 and SharePoint 2010, we have it very easy for deploying our solutions to SharePoint. As long [...]
This SharePoint 2010 tip will explain how to create groups and roles, programmatically, using the SharePoint object model: Create a SharePoint group (SPGroup) How to [...]
Have you ever wanted to gain access to the SharePoint Web.config file to pull in some AppSettings within a SharePoint event handler? Perhaps within your [...]
Programmatically creating columns (or fields) for a custom SharePoint list is fairly straight forward (Psuedo-code here): SPList.Fields.Add(“Field Name”, SPFieldType, Required); Creating a multiline text field [...]
If you’ve ever tried searching the internet for some type of tutorial that walks you through the basics of creating a custom Web part in [...]