Recent posts

SharePoint 2010 Service Manager

1 minute read

With the final release of SharePoint 2010, I finally had time to brush-up and release the Service Manager that I wrote sometime back when the 2010 betas was ...

.NET 4 Free Beta Exam Vouchers

less than 1 minute read

Looks like I somehow missed this. Free vouchers for the .NET 4 (Visual Studio 2010 Beta Exams) are available online in the Born to Learn blog. I couldn’t reg...

SharePoint Client on Windows 7 Phone

less than 1 minute read

Yesterday I was excited when I could download the Win 7 dev kit, but that turned to disappointment when I realised that I could only run the application that...

Get Safe File Name

less than 1 minute read

Here’s a quick utility that might come in handy. More than once I’ve seen code where the invalid chars were hard coded. The Path.GetInvalidFilenameChars has ...

SharpSvn: A Primer

2 minute read

The SharpSvn library basically gives you a .NET interface to all the operations that you would normally perform through a tool like TortoiseSVN. I found myse...