Project Description
Net.Dns is a DNS query library fully written in C#. Performs currently A, NS, MX, TXT, SVR, PTR typeed queries.
History
Net.Dns was once written to perform SVR-typed queries on a DNS server to locate some services. As I don't like to configure were to find a (WCF) service in de app.config of the application, I'm using SVR DNs records.
SVR records provide you with a IP, port and a weighted list in what order you need to access those services (a bit like the MX (mail) records). Net.Dns is originally written in 2002 for .NET 1.x.