Click here to Skip to main content
15,861,172 members
Everything / General Programming / Threads

Threads

threads

Great Reads

by Maxim Kartavenkov
Articles describes how to create virtual video capture source directshow filter in pure C#
by Maxim Kartavenkov
Article describes how to make H.264 Video Encoder DirectShow Filter using NVIDIA encoder API in C#
by Sergey Alexandrovich Kryukov
Addresses questions on graphics, threading with UI, form development, printing and more
by honey the codewitch
Take control of which thread your code gets executed on, and how it does

Latest Articles

by Bruno van Dooren
What to do when you want to use the current thread handle
by Bruno van Dooren
How to implement named pipe server for communicating with client apps
by Bruno van Dooren
How to implement named pipe server for communicating with client apps
by Greg Utas
Keeping a program running when it would otherwise abort

All Articles

Sort by Score

Threads 

13 Oct 2012 by Maxim Kartavenkov
Articles describes how to create virtual video capture source directshow filter in pure C#
16 Jul 2012 by Maxim Kartavenkov
Article describes how to make H.264 Video Encoder DirectShow Filter using NVIDIA encoder API in C#
22 Mar 2017 by Sergey Alexandrovich Kryukov
Addresses questions on graphics, threading with UI, form development, printing and more
28 Jul 2020 by honey the codewitch
Take control of which thread your code gets executed on, and how it does
25 Feb 2016 by J.Starkl
A windows-service which can handle different operations in separate threads and which can be controlled by a small GUI program
15 Dec 2014 by Hassan Mokdad
In this article I will demonstrate two things: First a very basic and simple code snippet to show how we can use task factory to make our web applications more responsive, the next part will be on how to use the SignalR to broadcast messages from the Web Server to all the clients connected.
2 Aug 2020 by Evgeny Pereguda
Clone of PCSX/PCSX2/PPSSPP emulator for Windows 10 on WPF/C# with "touch" control
30 Nov 2015 by Nejimon CR
Implement WCF web service access from WPF with busy indicator and premature cancellation feature without using delegates, background worker, or separate event procedure
28 Aug 2021 by Mohammad Elsheimy
SynchronizationContext class and how it affects code behavior in action, and a look at Task.ConfigureAwait()
7 Oct 2012 by Maxim Kartavenkov
Article describes basic task which are requre to solve for developing your own DirectShow Splitter filters.
13 Oct 2012 by Maxim Kartavenkov
Article describes basic tasks for implementing your own File Source DirectShow filters.
9 Dec 2022 by Bruno van Dooren
How to implement named pipe server for communicating with client apps
13 May 2014 by Michael Adaixo
Non blocking C# task cancelling
17 Jun 2022 by Mircea Neacsu
C++ thread objects and their use
11 Oct 2018 by DaveAuld
This is a probability based simulation that demonstrates 'Swapping' is considered the best option! We also look at the effect of multi-threading and multi-process in Python.
10 Oct 2018 by Vangos
During the past few months, I have been heavily experimenting with the Intel RealSense D415 & D435 depth camera. Today, I am going to show you how to easily transform between different coordinate systems. RealSense D415/435 is a low-cost device....
20 Jan 2012 by Dirk Bahle
I have posted a recent article on the ProgressViewModel to show a software design that can be used for background processing in C# 4.0. This article extends that design with the ability to ouput more than one progress.
23 Jun 2013 by Priyank Purwar
This article will help you understand Thread`s Synchronization objects with a real life example.
26 Jul 2016 by Zehaie M. Hailu
Python lends itself to the development of multi-threaded GUI and network applications.
27 Feb 2021 by honey the codewitch
Using a popular RTOS to enable easy multithreading on your IoT gadgets
9 May 2012 by Guillaume Waser
WPF Progress controls and comparing related threads methods
12 Nov 2018 by Vlad Neculai Vizitiu
How to add functionality to an ASP.NET Core application outside of a request
26 Aug 2018 by Toby Steed
In the last article, we discussed the definition of a framework and expanded on it. And we tried to understand that the idea of writing your own framework isn’t quite as scary as you might think.
29 Jul 2012 by nzjoel
This is a sample implementation of Pattern A from Virgil Dobjanschi's talk at Google IO 2010.
30 Jun 2015 by Federico Di Marco
This article presents a general purpose event class called SyncEvent supporting standard thread synchronization operations like signalling and waiting, also on multiple events.
1 Jan 2019 by Serge Berlin
.NET Library for in-memory GZip and LZMA compression combined with strong BlakeB based stream cipher engine
19 Jun 2021 by Chetan Kudalkar
Meaning of synchronized keyword with a deeper look
20 Mar 2012 by Jaxon7
Restoring UI Responsiveness FromContinuations (Asynch file IO)
30 Mar 2013 by VSNetVbHarry
Implement a progress bar and pass arguments to a LongRunningProcess.
20 Nov 2018 by Apriorit Inc, Artem K.
Find out approaches which you can use to improve runtime algorithms for zero-day threat detection
27 Jun 2022 by Greg Utas
Keeping a program running when it would otherwise abort
3 Sep 2010 by Sacha Barber
A look into messaging solutions using NServiceBus.
2 Aug 2018 by Marc Clifton
A discussion of various approaches to threading, covering locks, mutexes, semaphores, concurrent collections, work queues, threads, PLINQ, TPL, exception handling, and cancellation tokens
3 Jan 2015 by Dan Thyer
Remote control a squirt gun, open the garage, and water the garden all through .net
5 Oct 2012 by Sunasara Imdadhusen
PDF MERGER and PROTECTOR is the best pdf merger software which is fast and powerful way to join(Merge) PDF files with password protection as well as you can apply stamper with either any type of image or text. Using this utility you don’t required installation of Adobe Acrobat. Looks Exciting ???
10 May 2011 by Sacha Barber
A look into using the Task Parallel Library.
31 Jul 2015 by Faustino Frechilla
A circular array based lock-free queue with no memory allocation on the heap and no ABA problem
2 Oct 2019 by Eduard Silantiev
Using various approaches to increase ASP.NET Core WEB API application's productivity
29 Aug 2013 by Keith L Robertson
Write synchronous-looking asynchronous methods without async/await in Visual Studio 2010.
1 May 2011 by Patrick Kalkman
This article describes how I developed Androng, a Pong clone for Android.
25 Feb 2014 by Dirk Bahle
Save/Load AvolonDock layouts without DockingManager references.
17 May 2011 by Sacha Barber
A look into using the Task Parallel Library.
11 Jul 2012 by Maxim Kartavenkov
Articles describes how to make pure C# rendering video on EVR with custom presenter over Direct3D in .NET
27 Aug 2012 by Ami Bar
A .NET Thread Pool fully implemented in C# with many features.
10 May 2011 by Sacha Barber
A look into using the Task Parallel Library.
9 Apr 2016 by Mohamed Hamdy
A boring talk about What’s really going on at runtime...
13 Jul 2011 by Sacha Barber
Using HTML5 WebWorkers and a custom jQuery plug-in to create a Flickr image wall.
27 Feb 2012 by Leslie Zhai
Porting Axel a lighter download accelerator for Linux and other Unices to NATIVE WIN32
7 Oct 2018 by Mojtaba Hosseini
A graphical binary tree. Features: add, remove, or search for a node. Recursive algorithm has been used
13 Mar 2012 by gossd
An introduction and proof of concept code for the idea of declarative multi threading in C#.
20 Sep 2011 by Soroush Falahati
Introducing a class for generating 3D images (Stereoscopic and Anaglyph) from DepthMaps.
23 Jan 2013 by Soroosh Bateni
This is basicaly Charles Putney's dns tester but also is multithreaded and can be used with a static list
4 Aug 2010 by Srivatsa Haridas
Simple steps to a Multithreaded application
10 May 2011 by Sacha Barber
A look into using the Task Parallel Library.
10 May 2011 by Sacha Barber
A look into using the Task Parallel Library.
21 Jan 2013 by Simeon Sheye
How to manage state and simulate behavior against the system under test.
10 May 2011 by Sacha Barber
A look into using the Task Parallel Library
23 Nov 2010 by Michal Stehlik
Simple way how to pack data into one file
21 Mar 2011 by Jaco van Staden
Basic Implementation of a Memory Queue, Thread Queue and Basic Logging Framework
9 Nov 2010 by Simeon Sheye
Quality Gate One Studio is a testing framework that suggests a new approach to unit and integration testing.
18 Sep 2018 by Randy C Finch
A search for efficient algorithms to find Ruth-Aaron pairs
10 Jan 2011 by Ajay Vijayvargiya
19 Aug 2013 by Suresh P V
Thread pool class
28 Mar 2013 by Florian Rappl
An introduction to async / await, popular mistakes and solutions for asynchronous programming, as well as usages and benefits from using asynchronous programming. We will also discuss interesting patterns based on concurrency.
22 Apr 2014 by MSBassSinger
Writing a threaded application with a responsive UI
18 Feb 2013 by essence
A walkthrough explanation of the issues and solutions to thread safe synchronization.
3 Sep 2012 by Christopher Diggins
An informal survey of implementation techniques of the map higher-order function for arrays in C#.
29 Mar 2014 by Yesy
Improve WPF async data binding
7 Oct 2013 by Rick Bassham
An introduction into creating a working FTP server in C# using the RFC specification.
7 Feb 2012 by Sacha Barber, Richard E King
Streaming live results to a web site using MSMQ/Duplex WCF/SignalR/jQuery
29 Apr 2014 by Shai Vashdi
Simplifying the use of UI threads (using the Dispatcher) & new threads in WPF
19 Mar 2014 by KjellKod.cc
Don't let slow disk access bog your logger down. By using the g2log asynchronous logger you will remove the wait bottlenecks while it has the reliability of a *traditional* logging library.
5 Jun 2011 by Simon Bridge
Shows how to implement a system to generate events when network interfaces change.
13 Nov 2015 by Tim Bomgardner
Make .NET threadpool threads jump through hoops with this handy support class
6 Jul 2015 by Sacha Barber
A brief look at using the .NET Akka framework (Akka.NET)
25 Jul 2013 by tumbledDown2earth
An event based plug-in library for enterprise application integration, extensibility and cross business application management.
3 Aug 2014 by Hassan Hashemi
in this article we`ll take a look at processes and threads in windows
15 Feb 2019 by Benktesh Sharma
How to implement async tasks in Android
17 Jan 2011 by Simeon Sheye
How fast can a loop reading from memory be made to run and how does loop constructs, data types, interfaces, unrolling and hoisting affect performance?
22 Aug 2013 by Chris La
This article explains how to create your own simple Lock Framework for C++ synchronization.
21 Jul 2010 by Manabendra Roy (Manab)
.NET 4 brings a powerful Task library to support a piece of code to run in parallel processors. What it does just simply spawns threads into multiple processes using the newly written task libraries (System.Threading.Tasks) in mscorlib 4.0. Task libraries contain methods like For, ForEach and Invok
9 Jan 2013 by Albara Hakami
A Windows Forms application to share a whiteboard with many clients with only one drawer, in a gamy way.
19 Jun 2013 by KK Kod
Document describes about the Delegate in C# and the usage of delegate in different scenarios
3 Feb 2011 by matt-dot-net
A complete proxy server except instead of SSL Tunneling, will perform a "man-in-the-middle" decryption on SSL traffic allowing you to inspect the encrypted traffic
16 Jun 2013 by Darek Danielewski
The subject of thread safety is often overlooked by even experienced developers. When designing an application or service to be utilized by multiple internal and external threads, one must account for potential issues arising from concurrent access to shared data.
15 Aug 2014 by AnthonyPaulO
These classes should solve the multi-threaded issues plaguing the collection classes for good.
23 Jan 2014 by Alexander Sharykin
Implementations of a computing pipeline, with design explanation and code samples
9 May 2011 by sameer_87
A spin lock implementation which can be used for general purpose locking.
25 Feb 2021 by honey the codewitch
Take a page from .NET and enjoy an easy way to safely pass information between threads on an ESP32
7 Mar 2011 by Michael Bookatz
Comparison between different methods to iterate over a list of items and see which method is the most effective
31 Dec 2014 by KjellKod.cc
How to make a wait-free, lock-free CircularFifo using C++11.
13 May 2013 by Eduardo Antonio Cecilio Fernandes
How to build a simple Scheduler in C# for Desktop and Web Applications
6 Dec 2010 by Apriorit Inc, Elizaveta Golub
This article contains the description of how to start a process in the current active session on session logon notification event with permissions of system process running in the current session.
28 Nov 2011 by Pranjit Kalita
An introduction to interlocked class for thread synchronization in .NET Framework
7 Oct 2012 by Andriks
A MessageBox replacement with some much needed extras