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

Miguel Isidoro

.NET
SharePoint
Tek

News

December 2007 - Posts

SharePoint 2007 - Getting URL from Image Field in WCM Web Sites
It is a common scenario in WCM web sites, to have content page images stored in a column of type Image. SharePoint stores this kind of fields in the content database by storing the image HTML markup, storing an <IMG> tag like in the following example: Read More...
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 purpose of this extension is to hide the internal structure of the GAC so that users cannot delete Read More...