Weather Forecast, Software and Testing

March 19th, 2006 by kwong

We were supposed to have a winter storm last Thursday. But as it turned out, we just had some light snow instead.
Read more »

Posted in Software | No Comments »

Three Ways to Reverse a String in C# - Update

March 11th, 2006 by kwong

In my post a week ago, I mentioned three ways to reverse a string. OK, I really meant three alternative ways to reverse a string.
Read more »

Posted in Software | No Comments »

How to Tab Through Controls on a Form With Alternative Keys Using C# - Update

March 7th, 2006 by kwong

In my previous post “How to Tab Through Controls on a Form With Alternative Keys using C#” I talked about one way to move the focus among all the controls on a form.
Read more »

Posted in Software | No Comments »

Three Ways to Reverse a String in C#

March 4th, 2006 by kwong

OK, conceptually, it’s quite easy. A couple of my friends got asked this question when interviewing. Here are what my solutions are:
Read more »

Posted in Software | 1 Comment »