Skip to content

Kerry D. Wong

  • Home
  • My Youtube Channel
  • About

Tag: C Sharp (C#)

  • Home
  • C Sharp (C#)

COMException (0x80072020)

September 9, 2012 kwong

This post is programming related and has nothing to do with electronics. I have not written anything programming related topics […]

Coding Application Pool, ASP.Net, C Sharp (C#), IIS

Hex/Bin/Dec Converter And Calculator

November 9, 2010November 15, 2012 kwong

When working with micro-controller projects, it is often necessary to perform calculations in binary and hexadecimal forms. While almost all […]

Coding, Miscellaneous BCalc, C Sharp (C#)

POV And POV Image Encoder

August 19, 2010August 27, 2010 kwong

One of my recent projects was to build a POV display device. There are already many microcontroller based POV devices […]

AVR/Arduino, Coding Arduino, Atmega328P, C Sharp (C#), POV

A Simple Thread Barrier Implementation

November 27, 2009 kwong

Sometimes a group of concurrently running threads may need to rendezvous at a certain point in time before they can […]

Coding Barrier, C Sharp (C#), Multi-threading

Monodevelop on Ubuntu 9.04

July 22, 2009July 22, 2009 kwong

I am running Ubuntu 9.04 64bit. One thing I noticed is that the integrated debugger is behaving quite flaky for […]

Linux/BSD, Miscellaneous C Sharp (C#), Mono, Ubuntu

Poor Man’s Parallel Task Dispatcher

July 14, 2009July 15, 2009 kwong

Even though multi-core processors are almost ubiquitous nowadays, applications are slow to catch up. Of course, one could always re-write […]

Coding C Sharp (C#), Mono, Multi-threading

Two Level Tree and Its Applications — II

December 22, 2008March 7, 2009 kwong

In my previous post, I discussed how to merge and split a two level tree. Before moving on to discuss […]

Coding Algorithm, C Sharp (C#), Tree

Two Level Tree and Its Applications — I

December 21, 2008March 7, 2009 kwong

A two level tree is a simple tree data structure. Unlike in a typical tree where the tree depths could […]

Coding Algorithm, C Sharp (C#), Tree

An Obscure System.Web.Mail Error Message

September 9, 2008March 7, 2009 kwong

Today I encountered a rather obscure error while maintaining some old ASP.Net code (Framework 1.1).

Coding ASP.Net, C Sharp (C#)

Producer-Consumer: A Duplicate File Finder

September 5, 2008March 7, 2009 kwong

Processes tend to benefit greatly from multi-core processors if they are CPU bound (i.e. computational intensive tasks). The actual speedup […]

Coding Algorithm, C Sharp (C#)

Extending the GridView — Part IV

August 17, 2008March 7, 2009 kwong

In the previous three posts(I, II, III), I showed you how to inherit from GridView control to create an extended […]

Coding ASP.Net, C Sharp (C#), GridView

Extending the GridView — Part III

August 16, 2008March 7, 2009 kwong

In Part II, I showed you how to extend the GridView control so that we can bind a generic list […]

Coding ASP.Net, C Sharp (C#), GridView

Extending the GridView — Part II

August 15, 2008March 7, 2009 kwong

In Part I, I talked about why we needed to extend the GridView and some of the benefit in doing […]

Coding ASP.Net, C Sharp (C#), GridView

Extending the GridView — Part I

August 8, 2008March 7, 2009 kwong

Most business applications require presenting result sets to the end users in the form of some kind of grid views.

Coding ASP.Net, C Sharp (C#), GridView

A Line of Code Could Bring Visual Studio .Net Down to Its Knees

June 6, 2008March 7, 2009 kwong

It seems at least to me that as more bells and whistles were added to each new release of Microsoft’s […]

Coding C Sharp (C#)

Posts navigation

Older posts
Copyright © 2026 Kerry D. Wong All rights reserved. Theme: Flash by ThemeGrill. Powered by WordPress