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. More info
Charlie Calvert discusses Partial methods. This C# 3.0 technology helps to solve the age-old problem of allowing users to modify auto-generated code without fearing that their changes will be overwritten. More info