Skip to main content

All Questions

3 votes
2 answers
4k views

Windows Forms `ControlCollection` implementation

I've implemented my own version of the Control.ControlCollection class in System.Windows.Forms and obviously I want it reviewed. ...
Der Kommissar's user avatar
5 votes
1 answer
1k views

Lock-free producer/consumer implementation

I know of BlockingCollection in .net, but this is rather for my understanding of the pattern. Is this implementation correct ? Consumer ...
Omar Gamil's user avatar