Category: SharePoint Development

Home » Archive by Category "SharePoint Development" (Page 8)

Performance Benchmarks for SharePoint Lists

Finally.  FINALLY.  F-I-N-A-L-L-Y!  For years I’ve been telling everyone who would listen about the negative consequences of performing looping operations in the object model (OM) against large data sets.  Our internal testing proved this to be the case.  Our customer’s experiences validated our own results.  And just plain common sense said this was a B-A-D […]

BinaryWave Web Part Wrapper Now Supports AJAX

Sean just posted a new version of our web part user control wrapper with full Ajax support for download.  This will allow you to host User Controls within an update panel for AJAX-like functionaility with SharePoint.  Get it here.  Instructions for deploying the web part are also in the blog post in case you haven’t done […]

Displaying Current User Information in WSS v3

Here’s a tip that’s really simple but I had a number of people ask me about it at TechEd so I thought I’d post it here.  Apparently it’s a common requirement to display user information, such as name, login name, or email address on various master and layout pages throughout a site.  Although the Welcome/Login […]

Securing Application Pages in SharePoint 2007

Anonymous security in SharePoint 2007 is more of an art than an exact science, it seems.  Although drastically improved from 2003, there are still some gaps in the security model which need to be plugged (and some that need to be opened) for public-facing SharePoint sites.  One of the most glaring examples is the List […]

SharePoint 2007 RSS Aggregation Web Part

One of the most common requirements we have these days is to display RSS feeds on WSS/MOSS sites inside of a web part.  Most users want the ability to see just a list of article links, sorted by date, from multiple feed sources – a collection of technology blogs or all the official SharePoint blogs, […]