Debug VB Script files in Visual Studio 2005 WScript.exe
February 27, 2007
Using Isolated Storage and a Singleton to store a history
February 8, 2007
The Challenge
- Store some search results for a custom application on the users desktop.
- Find a tidy way to maintain state whilst maintaining performance.
The Solution
Use the Isolated Storage to persist the data you wish to maintain whilst keeping it alive using a Singleton class to avoid multiple I/O.
The sample
Programming MOSS / WSS v3 Web Service API (Part 1)
February 7, 2007
Recently selected to do an MS event to demonstrate the power of WSS /MOSS and
WSS v3 MOSS vs Fileshare vs Public Folders
February 1, 2007
Recently doing a conceptual design
