AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Performing a DNS query using ASP.NET 2.0 and C# .NET

Monday, June 30 2008

This tutorial will show you how to perform a DNS query using the .NET System.Net class, ASP.NET 2.0 and C#.NET

The .NET Framework offers a number of types that makes accessing networked resources easy.

To perform a DNS query, we will need to first import the System.Net namespace. The System.Net namespace contains the Dns.GetHostByName method, IPHostEntry container class and IPAddress class we will use to perform our DNS query...

Read More:
Performing a DNS query using ASP.NET 2.0 and C# .NET
Also See:
Best Practices to Improve ASP.Net Web Application Performance : Somnath Dey
Performing a File Upload using ASP.NET 2.0 and C# .NET
Web caching in ASP.NET 2.0 (VB.NET)
Resolving Domain Names and IP Addresses : Rajesh Toleti

Post your comment

Comment