Click here to Skip to main content
15,891,184 members
Articles / Programming Languages / C#

Dealing with Progressive Operations

10 May 2010CPOL30 min read 38.3K   318   60  
Through a clean OOP solution to deal with progressive operations, I will implicitly show you how OOP principles can work together to make a full, clean solution. We will walk from a very simple interface to a more complex multithreaded solution, developing a customized thread pool in the middle of t
This is an old version of the currently published article.

This article is currently in progress. This version is not yet publicly viewable

Please go to the C# Table of Contents to view the list of available articles in this section.