Archive for November, 2007
Fly Buys takes off
Following a busy few weeks the Fly Buys website I’ve been working on was launched last night. The site is built on MOSS and makes heavy use of the web content management features provided by the platform. Over the next few weeks I’ll be posting on some of the experiences I’ve had during the build process. Continue reading Fly Buys takes off »
Returning approved SharePoint list items from a console application
If you are using the SharePoint object model to return list items, the items are security trimmed based on the rights of the user running the code. In most cases this is great, you don’t have to do any manipulation of the items returned from CAML queries to ensure users only see what they have access to. Continue reading Returning approved SharePoint list items from a console application »