Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / asynchronous

Asynchronous

asynchronous

Great Reads

by Pete O'Hanlon
In the previous article, I started describing how I had built a more complex TypeScript web application that retrieves data from a separate API and displays the data in a relatively visually pleasing manner.
by Revanth Ramesh
Futuristic Talking 7-Segment Time Display Widget in WPF
by phillipvoyle
A sample implementation of a minimal http web server using boost::asio in C++
by Paulo Morgado
Sometimes, for demo or testing purposes, I need a synchronization context that behaves like the user interface ones but doesn’t force me to build applications with a user interface and the TPL Dataflow Library seemed like a good option to implement such synchronization context.

Latest Articles

by Pete O'Hanlon
In the previous article, I started describing how I had built a more complex TypeScript web application that retrieves data from a separate API and displays the data in a relatively visually pleasing manner.
by Revanth Ramesh
Futuristic Talking 7-Segment Time Display Widget in WPF
by phillipvoyle
A sample implementation of a minimal http web server using boost::asio in C++
by Paulo Morgado
Sometimes, for demo or testing purposes, I need a synchronization context that behaves like the user interface ones but doesn’t force me to build applications with a user interface and the TPL Dataflow Library seemed like a good option to implement such synchronization context.

All Articles

Sort by Score

asynchronous 

by phillipvoyle
A sample implementation of a minimal http web server using boost::asio in C++
by Marla Sukesh
In this article, you should have basic knowledge of web development and some features introduced in prior versions of .NET Framework, especially ASP.NET features.
by Amir Dashti
Simply understand what happens when you use async/await keywords, what are the benefits and how to prevent deadlocks
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
by Alfred Molnar
Call methods of an existing class in MFC asynchronously, while still preserving the thread affinity required by MFC and COM.
by Mark Pelf
Tutorial article on Asynchronous Events invocation in C#
by tugrulGtx
CLOCK caching (LRU approximation) with O(1) cache hit, up to N asynchronous O(1) cache misses
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.
by ASP.NET Community
Improve the scalability of a website and efficient design for time consuming processes.
by Eduardo Antonio Cecilio Fernandes
How to handle asynchronous tasks in Android Activities
by Keith L Robertson
Write synchronous-looking asynchronous methods without async/await in Visual Studio 2010.
by Babu_Abdulsalam
Various features supporting Concurrency in C++11
by Krishna P Seetharaman
How to call web service in biztalk asynchronously. Error handling and retrying, sending error email when the web service is down. Resume the orchestration to completion when the service comes back
by Peter Butzhammer
This article shows how to use C# 5 async functions to create a continuous asynchronous ping and report progress to the UI.
by Neal Pandey
This article is a tutorial on creating a basic OData (Open Data Protocol) endpoint for a MongoDB database using MEAN stack.
by Abdulrahman Emad
This article proposes a solution for plugging "Rg.Plugins.Popup" asynchronous into your code.
by 1f604 ( F Y )
Source code and explanation of my io_uring based implementation of b3sum
by honey the codewitch
Explore the inner workings of a highly capable IoT display driver for the ESP32
by Paolo Parise
Graph intersection using map reduce and Akka
by honey the codewitch
Explore adapting Socket's async model to a task based one and adding some awaitable socket operations to your projects
by honey the codewitch
Using await in scenarios where you want to await custom items with or without using Task.Run()
by Mohamed Hamdy
A boring talk about What’s really going on at runtime...
by ASP.NET Community
JavaScript Object Notation (JSON) is one of the core technologies used in Asynchronous JavaScript and XML (AJAX). Following links help you explore
by anshudutta
Multi-threading in .NET - A walkthrough.
by Jon McKee
Exploring multi-threading and related topics.
by Ara Aviants
Armat.Threading is an asynchronous code execution library based on .NET TPL mechanisms
by P. Marinov
Techniques for tackling multithreading problems in applications built on top of the ASP.NET core platform
by Dirk_Strauss
In this article by Dirk Strauss, author of the book C# Programming Cookbook, he sheds some light on how to handle events, exceptions and tasks in asynchronous programming, making your application responsive.
by bssrini
Browser control plays an important role in hybrid application development, when browser controls are used for a prolonged time its memory foot print starts to increase gradually. This article explains a way to host the browser control in a separate process which can be loaded/unloaded as needed.
by ASP.NET Community
Sending e-mail is an important and common feature in ASP.NET (through the System.Net.Mail namespace). In this article, I will show how to send asynchronous mail.
by Noah L
Beware the data race sneak attack.
by Daniel JXHV
No more ORM, EF, A Stored Procedure direct Access framework for JavaScript.
by Miguel Diaz Kusztrich
An infinite set of biological shape fractals in the complex plain
by Jaxon7
Restoring UI Responsiveness FromContinuations (Asynch file IO)
by danah gaz
A lightweight, high performance, easy to use asynchronous stream copy method using IOCP with progress, throughput tracking, and no explicit thread creation.
by Bruno van Dooren
In this article, I will explain Asynchronous Procedure Calls (APCs), their uses and their pitfalls
by Maxim Komlev
Experiment of Video Transcoding and Streaming on the fly to all major internet browsers (just to video tag) without Flash or Silverlight
by Dmitry Tretyakov
.NET library aimed for managing and querying entities from Windows Azure Storage. Contains LINQ to Azure Table provider.
by HiWay International
An absolute trick to consume WCF WebService at Xamarin Form PCL root