Web Part Caching – A simple approach Paid Members Public
Today we’ve been looking at Web Parts, creation of custom webparts and best practices for creating our custom solutions based on web parts. I quickly coded up a sample which is caching items in a webpart – Huge server load is a major impact point for some organizations, making caching
How to: Get up and running with .NET 3.5 in your SharePoint environment Paid Members Public
Since I’ve been a bit on the lazy side when it comes to the blog (due to multiple reasons..), I’m thinking about writing up an article-series where I’ll talk about .NET 3.5 and what it has to offer when used in conjunction with SharePoint. Any input
SharePoint Forum and SharePoint Forum Web Part Paid Members Public
UPDATE: Please read the latest news about the Discussion Forum Web Part here: https://zimmergren.net/tozit-sharepoint-discussion-forum-solution-for-wss-3-0-and-moss-2007-released-today/ A lot of people have been asking me about the Discussion Forum WebPart I’ve created for SharePoint (WSS 3.0 and MOSS 2007 alike, of course). Therefore, I decided to give you

SharePoint's hidden user-list - User Information List Paid Members Public
SharePoint's hidden User Information List has been around for a long time. Already in SharePoint 2007, and all the way around to SharePoint 2019 that is currently rolled out. Learn more about it here.
SharePoint Virtual Images from Microsoft Paid Members Public
WSS 3.0 SP1 Virtual Disk Tonight at 08:23 Microsoft released the Windows SharePoint Services 3.0 SP1 virtual disk with Visual Studio pre-installed. You can find the Windows SharePoint Services 3.0 SP1 here [http://www.microsoft.com/downloads/details.aspx?familyid=1beeac6f-2ea1-4769-9948-74a74bd604fa&displaylang=en&tm]
How To: Easily construct your CAML queries with CAML Query Builder Paid Members Public
This post is a mere follow-up to my previous minor posts on the subject of SPQuery and SharePoint queries located here. Basically, this post will provide step-by-step instructions to construct your CAML (Collaborative Application Markup Language) queries using the U2U CALM Query Builder which you can find on the U2U
Introduction to SharePoint Queries Paid Members Public
Recently I’ve been using SharePoint Queries more and more, not to say in my latest personal project: Zimmergren Forum WebPart [https://zimmergren.net/sharepoint-forums-webpart-whats-going-on/]. At times when I’ve been out at some clients to help them either refactor existing code or build new code, weather doing it myself

SPQuery returning all items Paid Members Public
If you’ve ever used the SPQuery objects to get SPListItems from a SPList, and you didn’t get it to work because the query would return ALL items in the SPList, you might have used code similar to this: SPQuery postsQuery = new SPQuery(); postsQuery.Query = string.Format("<
Recent comments