Adding an Assembly to Safe Controls in SharePoint Tools for Visual Studio 2010

3
Using SharePoint Tools for Visual Studio 2010 allows you to build SharePoint solution packages very easily. When you create a SharePoint project, Visual Studio allows you to specify if...

Renaming a Feature in SharePoint Tools for Visual Studio 2010

0
If you’ve created SharePoint projects using SharePoint Tools for Visual Studio 2010, you probably know that, when you create a SharePoint Feature and generate the SharePoint package (WSP file),...

SharePoint 2007 Deployment: List Template Features

0
SummaryThis post is about developing features to create list templates in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index.Package...

SharePoint 2007 Deployment: Custom Action Features

1
Summary This post is about developing features to create action features in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the...

SharePoint 2007 Deployment: Creating Solutions

0
SummaryThis fourth post is about creating and using Solutions in a general sense, just as the previous one was about Features. Check the first post SharePoint 2007 Deployment: Overview...

SharePoint Tip #27: Choice Columns and DataSheet Views

0
Using features to create Choice site columns is pretty straightforward (check this post for additional information). See below a sample feature element for that purpose. <Field ...

SharePoint 2007 Deployment: Creating and Using Features

0
Summary This third post is about creating and using Features in a general sense. Creating Features for each specific element will be the subject of later posts. Check the...

SharePoint 2007 Deployment: Using Resources in Features

0
This series of posts about SharePoint deployment would not be complete if I didn’t write one about using resources in Features to allow localization. After all, SharePoint’s out-of-the-box features...

SharePoint 2007 Deployment: Module Features

0
Summary This post is about developing features to deploy files in a SharePoint site (module features). Check the first post SharePoint 2007 Deployment: Overview for an introduction and...

SharePoint 2007 Deployment: Event Registration Features

0
SummaryThis post is about developing features to register event receivers. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index.Package StructureAs I mentioned previously...