Archives

Archives / 2006 / December
  • Wrapping the RAS

    Tags: .NET, C#, CodeSnippets

    A couple of years ago I had a need to automate dialing a RAS connection and retrieving the IP address allocated by the server. I found myself writing a small, rather limited wrapper around the RAS P/ … more

  • Crossing the line - Reflection and Reality

    Tags: .NET, C#, Reflection

    When we're working Reflection, we tend to think in different terms than we do when we're actually calling methods. There's an extra level of abstraction in everything we do. Translating between these … more