The Wayback Machine - https://web.archive.org/web/20100724065651/http://www.codeguru.com:80/csharp/.net/net_asp/files/

    Files

    .NET Tip: Receive Notification When a File is Updated

    Do you need to know when a file or directory has been updated? The FileSystemWatcher class gives you a very easy means to monitor the file system.

    .NET Tip: Return File Contents as a String

    What do you do when you need to read in an entire file and process it as a string? Here is a simple solution.

    Rendering Images in ASP.NET Directly from Your Database

    There's no need to store file system paths in a database. Just store images in your database and then directly load them to your ASP.NET pages.

    [Updated] Read and Write Open XML Files in MS Office 2007

    Learn how to read and write Open XML files (MS Office 2007).

    Compression Classes Enhance I/O in .NET 2.0

    Get a sneak preview of the compression and decompression classes that are coming in the .NET Framework 2.0 due out later this year.

    Manipulate XML File Data Using C#

    Learn how to display, add, edit, and delete data from a single XML file by using C# console applications. With a little effort, you can implement these techniques in Windows-based applications.

    Reading From Databases

    Learn some time-saving tricks to use ASP.NET to read information from a database to your Web site.

    Managed Extensions: Finding Files by Extension

    Tom Archer illustrates how to locate files matching a specified extension by using a .NET component and various .NET classes.

    Using Application Configuration Files in .NET

    Learn about using application configuration files in Microsoft .NET and the concept of application configuration files and the native support the Microsoft .NET Framework provides.

    Uh Oh, I Can't Create an ASP.NET Project

    Having dealt with customer environments where VS.NET was installed without IIS, Paul Kimmel offers his notes on how to recover when you can't run or create projects because someone forgot to install a necessary prerequisite.

    Using Visual Basic .NET to Upload a File to a Web Server in ASP.NET

    Learn how to upload a file to a Web server by using Visual Basic .NET.

    File Uploading Using ASP.NET

    Learn how to use ASP.NET to upload files. More importantly, learn how to store an uploaded file directly into a database.