Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Whois search using C#
Using Network Functions in Visual C#.NET (Part II - Group Functions)
Track and Report Server Attacks Quickly and Easily with the .NET Networking Classes
Serial COM Simply in C#
Screen Scraping
Pattern Matching in .NET
HTML Text Pattern Matching
How to Check URLs Using .NET
GotDotNet User Sample: JustinIO
Get IP Address of a Host
Easy .NET Screen Scraping
.NET Screen Scraping in depth
Top Code
.NET Screen Scraping in depth
Easy .NET Screen Scraping
Get IP Address of a Host
GotDotNet User Sample: JustinIO
How to Check URLs Using .NET
HTML Text Pattern Matching
Pattern Matching in .NET
Screen Scraping
Serial COM Simply in C#
Track and Report Server Attacks Quickly and Easily with the .NET Networking Classes
Using Network Functions in Visual C#.NET (Part II - Group Functions)
Whois search using C#
ASP.NET > Tips and Tutorials > Networking Tools
Source List
All | Freeware

Code 1-10 of 12   Pages: Go to  1  2  Next >>  page  


WHOIS Query is the one which helps the users to receive the information from the registry and the domain owner's name. This tutorial also explains about the WHOIS database which gives the users about the detail query interface. To obtain the data, th



The main objective of this tutorial is to explain about using network functions in Visual C#.NET. Adding and deleting the groups, Adding and removing the users to groups are the main tasks described in this article. In a nut shell, this article provi



Spreading of worms, viruses and other harmful activities becomes a hectic problem to the webmasters. So to track and stop the spreading of these viruses which should be tracked and to be reported to the servers becomes more important. The author tell



This article starts with the task of getting MSComm.ocx to do a custom install of VS6. After installing the ActiveX components, the author describes about the art of communicating through a serial port with the help of MSComm.OCX, which is the main h



Screen scarping is nothing but to retrieve email addresess and get some good images from any site, which is explained by the author in this article. Before scarping the webpage of your choice, the author instructs to take all necessary saftey measure



This is an online tutorial in which the importance of the validation controls provided by the VS.NET. RequiredFieldValidator, CompareValidator, RangeValidator, RegularExpressionValidator, and CustomValidator are those five validator controls. The aut



Discussing about the HTML text pattern matching, in this article the author explains about generating a WSDL file that explains an HTML page. The author also tells about how the WSDL could be used to develop a client proxy. This article is more usefu



The author gives a solution to reap out the unwanted or dead links from the user's site. In this article the author describes about how to erase or stop the various broken links on the website using ASP.NET. The author also uses screen scraping metho



The author describes the serial ports with the help of the win32api. The author generates an instance of the CommPort class, through which a set of different properties are described. By the end of this tutorial the webmasters could update their know



The author explains about how to get the IP address of a host. In this article the author narrates the real usage of .NET DNS class through which the webmasters could get the name of the host or the IP address of the host. This article would be more