SharePoint 2007 Deployment: Feature Stapling
Summary This post is about developing features that associate other features to an existing site definition. This is one of the most powerful types of feature since it...
SharePoint 2007 Deployment: Creating Solutions
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 2007 Deployment: List Template Features
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: Content Type Binding Features
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 2007 Deployment: Custom Action Features
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...
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 Tip #26: Comments in Content Type Definition
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...
Adding an Assembly to Safe Controls in SharePoint Tools for Visual Studio 2010
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 2007 Deployment: Features and Solutions
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 2007 Deployment: Site Content Type Features
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...