ASP.NET DNS query component

This .Net component allows any asp.net application to query DNS A, NS, CNAME, SOA, PTR, HINFO, MX, TXT, AAAA records. DNS component source code is also included. Component comes with help files and sample application.

Download Here


More ASP.NET resources

Mastering ASP.NET with VB.NET: Introduction to ASP.NET

Summary: ASP.NET is the .NET framework layer that handles Web requests for specific types of files, namely those with .aspx and .acsx extensions. The ASP.NET engine provides a robust object model for creating dynamic content and is loosely integrated into the .NET framework. This integration makes it easy to change the implementation when the .NET framework migrates to platforms other than Windows.
Download Here