PreviousNext

Multithreading made easy – Parallel ForEach

by bill-s, 2019-02-21T20:04:19.909Z

This week, I was presented with an interesting problem. I had a WPF application which allowed users to scan documents from a commercial scanner into a list of System.Drawing.Image objects, then the images would be searched for barcodes using the great ZXing.Net library.

Read More