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: Content Type Binding Features

0
SummaryThis post is about developing features to bind content types to lists that were provisioned through an onet.xml file. Check the first post SharePoint 2007 Deployment: Overview for an...

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: Site Content Type Features

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

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

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

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

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