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

Code 1-12 of 12   


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,...





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...



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...



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...



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...



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...



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...



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...



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...



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...



The author proves how easy to scrape the screen with the help of ASP.NET through this tutorial. For screen scraping all we need is the system.NET namespace. The author also added up in this article by generating a simple function to erase or...



How to use the webclient and webresponseclasses are the two main categories explained in detail in this article. The author leaves the choice of selecting the best method to the users itself. The article states that screen scarping is simple by...