Home Authors Posts by Miguel Isidoro

Miguel Isidoro

Miguel Isidoro
103 POSTS 78 COMMENTS
SharePoint & Microsoft 365 Tech Lead @ Create IT and tech enthusiast, focused on Microsoft technologies, specially everything that is related to SharePoint and Microsoft 365. Other topics of interest include: Solution Architecture design, Code Generation and Web Development.

SharePoint 2007 – Getting an SPListItem by ID after a...

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

0
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

0
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

0
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

0
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

0
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

0
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

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

0
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

0
The .NET Framework installs an Explorer extension that basically allows you to view the installed assembly list, view its properties and uninstall them. The...