My Recent Experience with My ISP

August 26th, 2007 by kwong

After more than 2 weeks’ struggle, I finally got my internet connection working at my house.
Read more »

Posted in Miscellaneous | No Comments »

Dynamic Event Handling Using Reflection

August 15th, 2007 by kwong

Download DynamicEvent.zip

In an article earlier, I discussed how to dynamically load an assembly and execute it via the contract of a predefined interface.
Read more »

Posted in Software | No Comments »

Generic Custom Configuration Handler in .Net

August 14th, 2007 by kwong

Sometimes we find App.config inadequate in addressing our problems and need to have a generic solution in creating strongly typed configuration files.
Read more »

Posted in Software | No Comments »

Partial Class Differences Between C# and VB.Net

August 5th, 2007 by kwong

Partial class was introduced in .Net 2.0 mainly for better handling of visual designer generated code.
Read more »

Posted in Software | No Comments »

A Generic File Watcher

August 1st, 2007 by kwong

Download filewatchermt.zip

In business world, file watchers play an important role in day to day operations.
Read more »

Posted in Software | No Comments »