SharePoint BDC Part 2: Creating your first BDC Web Part Paid Members Public
In my previous article (SharePoint BDC Part 1: Getting started with the Business Data Catalog [https://zimmergren.net/archive/2009/06/25/sharepoint-bdc-part-1-getting-started-with-the-business-data-catalog.aspx] ) I talked about what you’ll need to do in order to begin to work with the BCD in SharePoint (MOSS 2007 specifically, as it’s
Using the object model to access and change RSS settings on a SharePoint list Paid Members Public
Sometimes the only option you’ve got is to alter things using the object model of SharePoint. In this particular case I wanted to change the RSS-settings for a specific list. So that’s what this little tip is about – customizing the RSS settings of any SPList object using the
Tip: Convering your Virtual PC 2007 disks to Windows Virtual PC (on Windows 7) Paid Members Public
Author: Tobias Zimmergren [https://zimmergren.net/] URL: http:https:https://zimmergren.net//zimmergren.net//www.zimmergren.net [/] Introduction As you all know, most of the SharePoint people (architects, developers, testers, designers, ) are running our environments virtually. That rocks! But, there’s some things one need to think of when you
Debugging your code execution for anonymous users in SharePoint Paid Members Public
Often when developing solutions that has anonymous users enabled, it can be hard to debug them from your local machine – because when you reach a point in your code where permissions higher than anonymous is required, SharePoint automatically tries to identify the user. This means that if you’re running
Recover/fetch the Application Pool password Paid Members Public
We’ve had a few discussions lately regarding securing your SharePoint environments. Not only did I have a discussion about this when I were conducting SharePoint training last week, but we also covered the aspect which is a base for this article: The Application Pool Password is stored in Clear
SharePoint Server 2010 preliminary requirements Paid Members Public
Introduction The Microsoft SharePoint Team Blog announced today what the preliminary requirements look like for SharePoint Server 2010. Brace yourself, and have a read through this article: http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx Have a good read ;-)
WSS 3.0 & MOSS 2007 Software Development Kit (SDK) 1.5 Paid Members Public
On the 24th of April, Microsoft released a new version of their SDK for WSS and MOSS, and we’re now talking about version 1.5. I suggest that you update your virtual machines (or whatever tech you’re using for your playgrounds) and install the new SDK. Download Download
How to: Programmatically remove a Field (SPField) from a view (SPView) Paid Members Public
This is yet another very simple example of a question I’ve been getting over and over the past couple of months through comments and emails – instead of answering it each time in the mail, I’m simply shooting it out here. Deleting a Field from a View programmatically Alright,
Recent comments