Recent Posts

Replacing GetHostByName with GetHostAddresses

less than 1 minute read

I’m working on some C# code that needs to send some data over a socket connection.  The user can specify the destination by name or by IP address.  I was usi...

An odd way to post

1 minute read

This short little post was composed with the Blogger iPhone app. It’s running on my iPad and I’m using the BlueTooth keyboard that HP made for the ill-fated ...

Binding an Enum to a DataSource

2 minute read

I had some code for an ASP.Net Webforms app where I need to present to the user a list of options that were define as Enum.  I want to populate a combobox wi...