Today I was working on having custom type for settings in C# and I couldn’t see my type when I…
Blog
My take on Android 2.1
Two weeks back, I went into my local phone store here in Vancouver to get myself a Huawei U8100 with…
Are you unable to load due to AppBase location issue in NUnit?
Error I have been getting this error lately: System.ApplicationException: Unable to load ‘NUnitAssemblyName’ because it is not located under the…
Attribute cannot be added after a sub-element node
Background The other day, I was working on an XSLT that transforms XML into HTML page. By fluke or some…
Find Regular Expression for words that contain only letters?
Problem Return words that only contain letters a-z and A-Z. Output Return True or False if there’s a match. Source…
Getting started with Windows Azure
I got the idea of blogging about Windows Azure and Cloud Computing from a Microsoft MSDN Event I attended in…
Could not open a connection to SQL Server 2008 Express
If you are working with Visual Studio Express 2008 or even trying to connect to a SQL Server Express data…
Getting started with Microsoft HealthVault
Download and install the Microsoft HealthVault SDK from http://www.microsoft.com/downloads/details.aspx?FamilyID=95e14343-fb98-4549-bd29-225a59423cc9&displaylang=en. Install the SDK and make sure you launch the Application Manager…