Archives
-
InfoPath Team Blog
The InfoPath team is blogging, say no more!
-
PocketVault
After seeing and article about PocketVault on the Wired site, my first question was “what prevents a clerk from swiping my plastic through their own Pocket Vault?” I submitted the question through their web site and received a great response within a few days:
-
SharePoint SPFile.MoveTo Workaround
Last week I wrote an EventHandler for SharePoint Team Services 2003 to route files reaching a particular document workspace into the proper folder (based on a string embedded in the filename). While writing it I found a seemingly intermittent quirk with the SPFile.MoveTo() method where sometimes the source file wouldn't be moved (at least it didn't disappear) and a 0-byte file was created at the target Url with the same name. Rewriting this as a CopyAndDelete() method seems to have solved it:
-
C# Implementation of the Solitaire (aka Pontifex) Encryption Algorithm
After finishing Neal Stephenson's Cryptonomicon last week I was surprised to find that the Pontifex algorithm it describes was not yet implemented for .NET. So, I present two C# versions of Pontifex: as a fat commented .aspx page and as a lean class assembly. Both include source, and both are linked from the demo page. Consider these to be under the Lesser GNU Public License (LPGL), I'll be adding the appropriate text in the next version of the files.