Articles by Chris Howie

  1. pcap-sharp

    Purely out of boredom (even though I have plenty of homework to do) I decided to hack out a managed wrapper around libpcap. Though it's only a few hours later, the implementation is complete enough to read packets off the wire. Here is a quick example of how it ...

    Tagged as : C#
  2. Personal wiki

    It's amazing how much you forget over the years. That's why I've started my own personal wiki to record events, people, places, and other things. I'm not sure if it will be made public as it may contain quite a bit of personal information, but I ...

    Tagged as : Personal
  3. Résumé and availability

    I will be graduating in two weeks from Anderson University with a B.A. in Computer Science and Mathematics. I'm actively looking for employment in the Anderson/Muncie/Indianapolis, Indiana area. I've had several prospects for some months but nothing has come through yet. If you know of ...

    Tagged as : Personal
  4. Sealed classes in .NET ... but why?

    While tinkering with C#, I was experimenting with declaring methods "virtual." This effectively tells subclasses "you can override this method with your own implementation." After some more tinkering, it seems you can also hide methods that are not declared virtual by prefixing them with "new." But there is a difference ...

    Tagged as : C#
  5. Simple XML-RPC library

    I decided to use the XML-RPC standard in a project I'm working on, and meebey suggested that I release it as a separate project.

    So here it is: Org.Cdh.Xmlrpc. Just svn co https://layla.chrishowie.com/svn/Xmlrpc. No fancy reflection stuff yet. The library was designed ...

    Tagged as : C# XML-RPC

Page 10 / 14