Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

André Vala

SharePoint
PerformancePoint
.Net

News

  • Locations of visitors to this page

    Comunidade Portuguesa de SharePoint

    View André Vala's profile on LinkedIn

    © André Vala and Create IT, 2006-2009. Unauthorized use and/or duplication of this material without express and written permission from this blog’s author and/or owner is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to André Vala and Create IT with appropriate and specific direction to the original content.

Browse by Tags

All Tags » Deployment   (RSS)
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 the assembly for that project should be included in the package and, Read More...
Renaming a Feature in SharePoint Tools for Visual Studio 2010
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), the final name given to that feature is not what you expected. Read More...
SharePoint 2007 Deployment: Using Resources in Features
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 use resources all the time. Check the first post SharePoint Read More...
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 allows you to add new functionality to existing site definitions. Check the first post Read More...
SharePoint 2007 Deployment: Content Type Binding Features
Summary This 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 introduction and the series index. Package Structure As I mentioned Read More...
SharePoint 2007 Deployment: Event Registration Features
Summary This 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 Structure As I mentioned previously in the post SharePoint 2007 Deployment: Read More...
DevDays 2009
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 do Tagus Park do Instituto Superior Técnico , onde tive o privilégio de Read More...
SharePoint 2007 Deployment: Module Features
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 the series index. Package Structure As I mentioned previously in the Read More...
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 series index. Package Structure As I mentioned previously in the post Read More...
SharePoint 2007 Deployment: List Template Features
Summary This 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 Structure As I mentioned previously in the post SharePoint Read More...
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 the series index. Package Structure As I mentioned previously in the post Read More...
SharePoint 2007 Deployment: Site Column Features
Summary This post is about developing features to create site columns in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index. Package Structure As I mentioned previously in the post SharePoint Read More...
SharePoint 2007 Deployment: Creating Solutions
Summary This 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 for an introduction and the series index. The Solution File A solution Read More...
SharePoint 2007 Deployment: Creating and Using Features
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 first post SharePoint 2007 Deployment: Overview for an introduction and the series Read More...
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 and the series index. What's a Feature? A Feature is a package Read More...