All articles with keyword "dotNET System.IO"
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...
Click for more...
Restricting Access to Downloadable Files
A developer, working on a Web application that allowed only registered members to access a file, recently asked me if there was any way to control how the ...
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...