SharePoint 2007 Deployment: Features and Solutions

0
Summary This second post on my SharePoint Deployment Series is focused on the concepts of Feature and Solution. Check the first post SharePoint 2007 Deployment: Overview for an introduction...

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 Tip #26: Comments in Content Type Definition

0
There is an issue with SharePoint 2010’s CAML parser that causes SharePoint to ignore fields in a Content Type definition. When defining a Content Type feature element, avoid placing...

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

Entity Framework – Update Database using Azure Pipelines

Introduction The pipelines bring to us the opportunity to create automatic tasks to execute development operations, like deploys, migrations, tests, etc. Focused in the deploy routine, some applications need other...

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

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: 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...

DevDays 2009

0
Terminou ontem o DevDays 2009, o evento anual da Microsoft Portugal destinado a juntar profissionais e curiosos em torno das tecnologias da casa. Este ano foi organizado no campus...

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