Hits Today: 2 Total: 1928 | Updated: 2/2/2004 | |
 | To help stop the spread of worms, viruses, and other hostile activity, it is important to track down and report the servers used in these attacks along with those used to send spam. The .NET Framework comes to the rescue with several networking classes. Author: G. Andrew Duthie Code: ASP.NET v1.1 & VB |
Hits Today: 1 Total: 1314 | Updated: 3/23/2006 | |
 | This tutorial will show you how to perform a DNS query using the .NET System.Net class, ASP.NET 2.0 and VB.NET. Includes a full working version of the project written with Visual Studio.NET 2005. Author: Aspnettutorials Code: ASP.NET v2.0 & VB |
Hits Today: 2 Total: 1180 | Updated: 3/27/2006 | |
 | This tutorial will show you how to perform a DNS query using the .NET System.Net class, ASP.NET 2.0 and C#.NET. Includes a full working version of the project written with Visual Studio .NET 2005. Author: Aspnettutorials Code: ASP.NET v2.0 & C# | |  | |
Hits Today: 1 Total: 3430 | Updated: 9/25/2002 | |
 | This article features a code snippet that serves as a simple piece of code to resolve a domain name. Author: superdotnet.com Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1083 | Updated: 5/12/2006 | |
 | In this sample program I will try to explain you how you can get the IP addresses of your live sites or your local sites. Here I have created a sample program using VS2005. Author: |
Hits Today: 1 Total: 6387 | Updated: 8/7/2001 | |
 | The .Net DNS class can be used to get a host name or an IP of a given host name. To use DNS class in your project, you need to include System.Net. This code snip shows you how.
Author: C# Corner Code: ASP.NET Beta 2 & C# |
Hits Today: 1 Total: 2132 | Updated: 2/5/2005 | |
 | This article provides a step-by-step guide of how to build a web-based tool to find the IP Address of any host name. It uses one ASP.Net form page to accept input of a host name and returns an IP address. Author: Andrew Pilgrim Code: ASP.NET v1.1 & VB | |  | |
Hits Today: 1 Total: 2240 | Updated: 2/9/2005 | |
 | This article provides a step-by-step guide of how to build a web-based tool to find the host name of any IP address. It uses one ASP.Net form page to accept input of an IP address and returns a Host Name. Author: Andrew Pilgrim Code: ASP.NET v1.1 & VB |
Hits Today: 1 Total: 4307 | Updated: 2/21/2005 | |
 | The free way to perform DNS lookups with asp.net and get SOA, NS, MX and A record without using third party components. Code: ASP.NET v1.1 & VB |
|