Progress Reporting for Streams
Did you ever want to report progress when reading or writing streams in C#? You could of course do reporting manually, when issuing a read or write. This would of course be cumbersome and error prone. But what if the stream you want to monitor is read from or written to by someone else, such … Read more