Tag: programming
-
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#: 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.
-

Think twice before relying on Open Source
Why complex projects might want to rethink dependence on open source projects.
-

-
