Router Configuration on Port 80? It’s Never a Good Idea

February 27th, 2008 by kwong

A few weeks ago, one of my co-worker showed me how he monitors his home internet connection remotely using DynDNS.
Read more »

Posted in Miscellaneous | No Comments »

A Stange Issue With Global.asax

February 18th, 2008 by kwong

I always use Global.asax for centralized error handling in my ASP.Net applications and typically it works great.
Read more »

Posted in Miscellaneous, Software | No Comments »

Multiple Row Selection With GridView

February 10th, 2008 by kwong

We often need the capability of selecting multiple rows from a grid, unfortunately the GridView component in ASP.Net 2.0 does not offer an out-of-box support for such functionality.
Read more »

Posted in Software | No Comments »

Thoughts on “Where Are the Software Engineers of Tomorrow?”

February 9th, 2008 by kwong

I recently ran across two very interesting articles (Computer Science Education: Where Are the Software Engineers of Tomorrow?, Who Killed the Software Engineer? (Hint: It Happened in College)) discussing how the current university education has become inadequate in terms of producing highly qualified software engineers and developers.
Read more »

Posted in Technology | 1 Comment »

Reflection and Case Sensitivity

February 3rd, 2008 by kwong

Reflection is case sensitive by default, which comes at no surprise to most C# developers.
Read more »

Posted in Software | No Comments »