I’ve been working on a rather large project for the past few months (a library), and I’ve had the need to customize how the debugger displays my classes during a debug session. I found two very helpful articles from Jared Par that I wanted to share. Article #1: FlattenHierarchyProxy A problem I ran into …
Category: C#
Hack a Guitar Hero drumset to use it with any computer over USB, Part 5
Reading ARP entries with C#
[OUTDATED – It has been a while since I looked at this, so it’s probably very outdated.] Recently, I needed to locate a device on my network using ARP (Address Resolution Protocol). I could have written code that directly uses the protocol to discover the device, by essentially probing a range of addresses on my network …