ASP.NET: Tips, Tutorials, and Code

• Uploading Files from the Browser to the Web Server Via an ASP.NET Page 71 • Using ProcessInfo: Retrieving Information About a Process 79 • Accessing the Windows Event Log • Working with Server Performance Counters 93 • Encrypting and Decrypting Information 101 84

4

Common ASP.NET Code Techniques CHAPTER 2

Using Collections
Most modern programming languages provide support for some type of object that can hold a variable number of elements. These objects are referred to as