Category: Skills
-
Databases: Know Techniques for Direct Storage of Data
Introduction to databases: know the popular techniques for direct, local storage of your data. This will then be followed by my personal favorites.
-
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.