Three Ways to Reverse a String in C# – Update
In my post a week ago, I mentioned three ways to reverse a string. OK, I really meant three alternative […]
In my post a week ago, I mentioned three ways to reverse a string. OK, I really meant three alternative […]
In my previous post “How to Tab Through Controls on a Form With Alternative Keys using C#” I talked about […]
OK, conceptually, it’s quite easy. A couple of my friends got asked this question when interviewing. Here are what my […]
Download RegExpBench.zip I created this little utility a while ago. It is a work bench for creating/validating regular expressions.
Download AltTab.zip We have taken it for granted that TAB and SHIFT + TAB move the focus from one control […]
Download ColorPicker.zip I put this ColorPicker up for download about a year ago. Recently, I have updated it (some minor […]
Download DataGridComboBoxTest.zip I recently needed a datagrid combobox for a project that I was working on.
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.
I have been using XML serialization in .Net 1.1 for quite some time and never ran into any problems before […]
Download LCDControl.zip I needed an LCD control for a program I wrote, but after searching the internet, to my surprise, […]
Download : MyIP.zip Recently a friend of mine asked me how he could determine his external IP address.