All articles with keyword ".NET System.Net"
Creating a Simple Monitor with Ping
The .NET Framework Library includes a vast number of classes and functions, some of which you'd never know about. Take the Ping class, for example. Althoug...
Click for more...
Post Data Programmatically with Web-Scraping
Screen-scraping was a popular method for slowly converting mainframe applications into applications that would run on PCs. The application would connect to t...
Testing Web Sites with HttpWebRequest
In verifying that a network server is running, I check certain Web sites to make sure that the server is up, running, and not generating any Web errors. In...