Tag: C#
-
C#: Empower Multitasking With The Awesome Task Class
The awesome Task Class is the modern way to handle asynchronous multitasking programming. This simple example is only one way to implement use of Tasks.
-
C#: The ThreadPool: A Powerful Little Multitasking Technique
The C# ThreadPool is a bonafide multitasking technique. It’s powerful enough to form the basis of projects as complex as operatting systems.
-
C#: First utilize reliable Timers to simulate multitasking
Using timers can simulate multitasking. This article shows a technique using a Timer to show how it can look like two tasks are running at the same time.
-

C#: Empower your skill with awesome multitasking techniques
Introducing the concepts of multitasking, describing various types of multitasking. This will serve as a basis for the next few articles.