Miguel Isidoro
SharePoint 2007 – Getting an SPListItem by ID after a...
After making a search to a SharePoint site, it isn't always easy to get a reference to each item returned in the search. This...
SharePoint 2007 – “Value does not fall within the expected range”...
A very common error message that appears when developing in the SharePoint platform is "Value does not all within the expected range" when trying...
SharePoint 2007 – Save Site As Template in Publishing Sites
One situation that you may have experienced is the lack of the "Save site as template" link in the Site Settings page of a...
Windows Workflow – Using the HandleExternalEventActivity
Introduction
This is the first in a series of blog posts dedicated to Windows Workflow. For those who don’t know, Windows Workflow Foundation (WF) is...
TechDays 2008 – 3º Dia
Decorreu na passada semana entre os dias 12 e 14 de Março a edição deste ano do TechDays, o maior evento de tecnologia do...
TechDays 2008 – 2º Dia
Decorreu na passada semana entre os dias 12 e 14 de Março a edição deste ano do TechDays, o maior evento de tecnologia do...
TechDays 2008 – 1º Dia
Decorreu na passada semana entre os dias 12 e 14 de Março a edição deste ano do TechDays, o maior evento de tecnologia do...
SharePoint 2007 and WSS 3.0 Dispose Patterns by Example
When developing for the SharePoint platform, developers should be very careful in using the SharePoint API in order to avoid memory leaks in a...
SharePoint 2007 – Getting URL from Image Field in WCM Web...
It is a common scenario in WCM web sites, to have content page images stored in a column of type Image. SharePoint stores this...
Using Windows Explorer to Get GAC Physical Files
The .NET Framework installs an Explorer extension that basically allows you to view the installed assembly list, view its properties and uninstall them. The...