.Net
ProgressBar keeps running even after method has exited
So, this is my code: I would like to know the reason why, my progress bar keeps updating even after the ‘foreach’ loop has finished. Basically, I’ve got a long .json file (200k non-prettified lines) Read more…