Parsing MMddyyyy or ddMMyyyy Date Format
Today I was discussing how to convert date strings MMddyyyy (e.g. 03282007) or ddMMyyyy (e.g. 28032007) back to DateTime object. Continue reading ‘Parsing MMddyyyy or ddMMyyyy Date Format’ »
Archive for March 2007
Today I was discussing how to convert date strings MMddyyyy (e.g. 03282007) or ddMMyyyy (e.g. 28032007) back to DateTime object. Continue reading ‘Parsing MMddyyyy or ddMMyyyy Date Format’ »
One of my co-workers pointed out that none of the feeds on my website was working. When accessed, a 500 error (Internal server error) would occur. Continue reading ‘RSS Feeds Up Again’ »
In production environment, it is not always possible to step through the compiled code using a debugger and thus we rely on error logs to provide insights into the potential causes of bugs. Continue reading ‘ToString() and Error Logging’ »
Recently, my web server has been down sporadically for no apparent reason. Continue reading ‘Sporadic Server Reboots – UPS Service Glitch’ »
In yesterday’s post, I gave an example of how simple command prompt recursion can bring Windows (XP and
Today, both Windows and Linux systems are robust and secure enough for daily uses. Continue reading ‘On Windows and Linux Process Scheduling’ »
A couple of days ago, I ran into a mysterious problem when trying to build a web project using MSBuild. Continue reading ‘Understanding “Error MSB6006″ in MSBuild’ »