Mar6

Enabling Entity Framework (ADO.NET Entity Data Model) in a SharePoint 2007 web.config file

Categories: SharePoint 2007
The Entity Framework is considered to be the modern day successor to "LINQ to SQL". If you wish to use this technology in a SharePoint 2007 web part you will need to tweak your web.config file to accomodate the new assemblies that are as...
 
Mar3

How can you get the thumbnail for an image in your SharePoint picture library?

Categories: SharePoint 2007
This is much easier than I had imagined. At first I thought I need to do some programming with the SharePoint Object Model APIs. It turned out to be nothing of the sort.   Let us assume that you have a photograph located in your picture library ...