My New Weblogs
OK, I had lots of thoughts on how to improve my own websites, but reality finally kicked in and I […]
OK, I had lots of thoughts on how to improve my own websites, but reality finally kicked in and I […]
Any good things can become bad when overused, and Code Generator is one such example.
Download DataGridComboBoxTest.zip I recently needed a datagrid combobox for a project that I was working on.
It seems that buffer overflow is inherent in applications written in unmanaged code.
We recently ran into an interesting issue while running .Net applications compiled with framework 1.1 on machines that have both […]
Visual Studio .Net 2005 is finally out. Among the slew of new features are code snippet, visual inheritance and much […]
I have been pretty busy in recent weeks and have not had time to write any blog entries.
As I mentioned earlier (see Performance Comparison: Rectangular Array vs. Jagged Array) I ran the same set of tests in […]
Download GIFTran.zip We often need images with transparent background when creating websites.
Download PerformanceCounter.zip Assembly level developers have long enjoyed the use of RDTSC (read time stamp counter) instruction to achieve high […]
Jagged arrays (e.g. a[i][j]) are named such so because it is an array of array.
It seems that computers can never be fast enough.
I have been using XML serialization in .Net 1.1 for quite some time and never ran into any problems before […]
I have registered the domain kerrywong.com, and from now on, you can visit my site by going to www.kerrywong.com.
Download LCDControl.zip I needed an LCD control for a program I wrote, but after searching the internet, to my surprise, […]