Always remain updated about current software development trends

Articles having tag: MULTITHREADING

Thread-Safety with the Interlocked Class

When developing multi-threaded software or using parallel programming techniques, it is essential that classes remain thread-safe. The Interlocked class provides methods that assist with thread safety by performing atomic operations.

ReaderWriterLock FTW!

Describes the .NET ReaderWriterLock object and how to use it effectively to create a thread safe Singleton.

Reusable multithreaded tcp client and server classes with example project in VB.NET

A multithreaded server class that accepts multiple connections from a provided client class. Each client can send and receive files and text (byte data) simultaneously along 250 available channels.

Observing changes to an underlying array

An ObservableCollection wrapper for an array which notifies the observer about changes to its underlying array

  • Page 1 of 1
  •