The Wayback Machine - https://web.archive.org/web/20120321192719/http://www.codeguru.com:80/csharp/csharp/cs_network/ip/

    IP

    IP Address Comparison and Conversion in C#

    When using .NET and C#, IP Address information is stored in the System.Net.IPAddress class, which provides no method for comparing IP addresses except for equality. Learn to circumvent that problem.

    CSDNS

    Use the DNS class to resolve host names to IP addresses. Also resolve host names from IP addresses where available.

    Trace Utility to Trace IP Packet Path

    This trace utility written in C#, traces the path of an IP packet.