↧
A robust solution for FileSystemWatcher firing events multiple times
Git repository with example code discussed in this article. The Problem FileSystemWatcher is a great little class to take the hassle out of monitoring activity in folders and files but, through no real...
View ArticleFileSystemWatcher vs locked files
Git repository with example code discussed in this article. Another Problem with FileSystemWatcher You’ve just written your nice shiny new application to monitor a folder for new files arriving and...
View ArticleErratic Behaviour from .NET MemoryCache Expiration Demystified
On a recent project I experienced first-hand, how the .NET MemoryCache class, when used with either absolute or sliding expiration, can produce some unpredictable and undocumented results. Sometimes...
View Article