|
March 2008 - SharePoint MVP Blogs
-
|
|
|
..but I'm hoping you won't notice! The new URL is the somewhat simpler www.sharepointnutsandbolts.com , and if everything goes to plan everything will be redirected from old to new, so any bookmarks should continue to work. Or that's the theory...
|
-
|
|
|
To run code in an elevated context, you can use the method SPSecurity.RunWithElevatedPriveleges. Code run in the delegate (passed as a param) runs as the SHAREPOINT\system account when running in the SharePoint web application. To run in the elevated...
|
-
|
|
|
If you have a control (i.e. SyndicationGenerator) that alters the page output to produce a custom stream, you will notice on a v3 system that the cache header information for the response always contains information for the web part page that contains...
|
-
|
|
|
I've just finished chapter 3 of Service-Based AJAX with Microsoft .NET , and will be posting some of the key concepts in the next few days of the Web programming model. There's also a ton of additional excellent resources available on the internets...
|
-
|
|
|
The annual User Group Community event is to be held on April the 8th and 9th at Microsoft Campus, Reading. There are four sessions each day, three of which are product specific break out sessions. There are nearly thirty of these breakout sessions for...
|
-
|
|
|
Another excerpt from the book: Cancelling Workflows is similar in many ways to Fault Handling in our Workflows. If Fault Handlers are the catch block, then cancellation Handlers are the finally block. Workflows can be cancelled in a few ways and for any...
|
-
|
|
|
One of the least used and perhaps least understood aspects of Windows Workflow Foundation (and therefore SharePoint Workflow) is the Rules Engine; which is a shame because it is an extremely powerful tool. To help remedy this, I present the following...
|
-
|
|
|
We’ll handle this one with an excerpt from the book
The functionality provided by fault handling in our workflows is no different from what you expect in typical .NET applications: you try something and then catch any errors and handle them. The...
|
-
|
|
|
I recently answered a question about removing Saturday & Sunday from a calendar view to save screen real estate. Whilst there maybe other ways involving CAML, I thought JavaScript would be quick and easy. It appeared to work quite well and so I thought...
|
-
|
|
|
A very new announcement: the Telligent Community Server 2008 and Microsoft Office SharePoint Server 2007 will be really rich integrated. MOSS 2007 and Community Server work together to connect people, processes, and information to form a robust social...
|
-
|
|
|
I have answered two questions today about problems with sites which have been moved into a development environment from the live using backup & restore. I thought I would write a post about it, mostly so that I had easy access to the post from Stefan...
|
-
|
|
|
Recently I had two presentations about Office Business Applications (OBAs) and OBA Composition Reference Toolkit . A few days ago I wrote about my presentation on Hungarian Architecture Forum, but I didn't mention the second one: on the Visual Studio...
|
-
|
|
|
Found this will reading Ken Schaefer's blog. It is about moving your virtual machines around. While thisseems to bebetter than exporting and importing, I still prefer the old ways of moving virtual machines. Just move the harddisk with the virtual...
|
-
|
|
|
In a previous post I mentioned how to modify the web.config of your SharePoint website to allow you to get useful error messages from SharePoint, other than the dreaded 'An unexpected error has occurred'....I do this for all my development web...
|
-
|
|
|
For those of you who's new to LINQ (Language Integrated Query), here's a brief description: "General-purpose query facilities added to the .NET Framework apply to all sources of information, not just relational or XML data. This facility...
|
|
|