Using SPDisposeCheck in Visual Studio 2005/2008

0
After the much anticipated release of the SPDisposeCheck from Microsoft via codeplex (http://blogs.msdn.com/sharepoint/archive/2009/01/29/spdisposecheck-released.aspx), this would make a pretty cool External Tool for Visual Studio Here how to set it up http://www.sharepointblogs.com/teameli/archive/2009/02/20/using-spdisposecheck-in-visual-studio.aspx

SharePoint Infrastructure Update and SharePoint SP1 environments

0
Great news.For some reason if you need to install a Publishing Site, developed in a SharePoint 2007 with infrastructure update, in a SharePoint 2007 with only SP1 o you...

SharePoint 2007 IT Pro stuff

No blog do JOPX, encontrei um post com links para um conjunto de recursos sobre Sharepoint.General documentationMicrosoft Office SharePoint Server 2007 (TechNet) Windows SharePoint Services (TechNet)Capacity planning Planning and architecture...

Installing MOSS 2007 RTM on a farm running MOSS 2007 Beta2 TR

Dêem uma espreitadela a este excelente post do Shane Young, MVP em Sharepoint, que contém instruções (com ilustrações) sobre como fazer o upgrade da versão Beta2 TR para a versão RTM...

Where are the best Technical Readiness Resources for WSS 3.0/MOSS 2007?

Andam à procura de recursos sobre MOSS 2007 e WSSv3? Então deêm uma espreitadela a este post.

Mail merge a partir de uma lista de Sharepoint

0
Mail Merge no Word usando como base uma lista de Sharepoint, parece interessante ?   Se sim, e se já experimentaram, chegaram à conclusão que não é possível.   Existem duas alternativas: 1)    exportar...

How to upload a site template

public static SPFile UploadWebTemplate(string siteUrl, string templatePath) { using (SPSite site = new SPSite(siteUrl)) { SPDocumentLibrary templates = (SPDocumentLibrary)site.GetCatalog(SPListTemplateType.WebTemplateCatalog);  System.IO.FileInfo fileInfo = new System.IO.FileInfo(templatePath); byte bytes = System.IO.File.ReadAllBytes(fileInfo.FullName);  return templates.RootFolder.Files.Add(fileInfo.Name, bytes); } }

Office Developer How-to Center

A Microsoft disponibliza um portal com um conjunto de "How-Tos" sobre Office Development incluindo Office Client, WSS e MOSS. A lista actual é a seguinte: Access 2007 Add (All) Options to...

DevDays 2009 @ IST – TagusPark

0
Terminou o DevDays 2009. Este ano o evento era para ser menor em relação ao dos últimos dois anos, contudo penso que se superou a expectativa visto que pelo...

TechEd EMEA 2008

0
Next week i'll be @ TechEd EMEA 2008 Developers in Barcelona with my colleague João Martins aka "Jota".I hope it will be a very interesting week, Pedro Rosa from Microsoft Portugal...