Programming Language
Abap
ActionScript
Assembly
BASIC
C
C#
C++
Clojure
Cobol
CSS
Dart
Delphi
Elixir
Erlang
F#
Fortran
Go
Groovy
Haskell
Html
Java
Javascript
Julia
Kotlin
Lisp
Lua
Matlab
Objective-C
Pascal
Perl
PHP
Prolog
Python
R
Ruby
Rust
Scala
Scheme
Shell/Bash
SQL
Swift
TypeScript
VBA
Framework
AngularJS
Backbone
Bootstrap CSS
Bootstrap Javascript
Bulma
CakePHP
CodeIgniter
Django
Drupal
Ember
Express
Flask
Flutter
Foundation
Ionic
jQuery
Laravel
Materialize
Next.js
Node.js
Nuxt.js
React
Semantic UI
Spring
Symfony
Unity
Vaadin
Vue
Wordpress
Yii
Zend
Categories
Tags
Task-parallel-library
New post in Task-parallel-library
C# Parallel.foreach - Making variables thread safe
June 4th, 2022
c#
parallel.foreach
task-parallel-library
locking
Await Task.WhenAll() inside task not awaiting
June 5th, 2022
async-await
task-parallel-library
c#
When to use TaskEx.Run vs. TaskEx.RunEx
June 4th, 2022
async-ctp
c#
async-await
task-parallel-library
wpf
How do I convert .net 4.5 Async/Await example back to 4.0
September 26th, 2022
c#
asp.net-mvc-4
async-await
task-parallel-library
How to pause task execution
June 4th, 2022
c#
task-parallel-library
Entity Framework Core: ToList() vs ToListAsync()
June 4th, 2022
c#
asp.net-core
task-parallel-library
Cancelling tasks in the Dispose method
June 4th, 2022
parallel-processing
task-parallel-library
idisposable
c#
.net
Alternative to SpinWait.SpinUntil
June 4th, 2022
performance
task-parallel-library
c#
Parallel Operation Batching
June 4th, 2022
task-parallel-library
c#
parallel-processing
How to get thread Id in C#
June 4th, 2022
parallel-extensions
c#
task-parallel-library
await in Parallel.foreach
June 4th, 2022
c#
async-await
task-parallel-library
parallel.foreach
Tasks vs ThreadPool
June 4th, 2022
multithreading
parallel-processing
task-parallel-library
c#
Await alternative in .NET 4.0?
June 4th, 2022
c#
.net
task-parallel-library
c#-5.0
How to start a task that takes a parameter and returns a value?
June 4th, 2022
task-parallel-library
.net
c#-4.0
how to wait for webclient OpenReadAsync to complete
June 5th, 2022
task-parallel-library
webclient
c#
windows-phone-8.1
async-await
What would be the difference between using the await keyword vs. the Task.Wait() method on a CPU bound task?
June 5th, 2022
task-parallel-library
asynchronous
c#
.net
async-await
How to work with Task Parallel library with DataReader
June 5th, 2022
c#
task-parallel-library
ContinueWith TaskContinuationOptions.OnlyOnFaulted does not seem to catch an exception thrown from a started task
June 5th, 2022
async-await
c#
.net
exception-handling
task-parallel-library
Task.Factory.StartNew won't wait for task completion?
June 5th, 2022
task-parallel-library
async-await
c#
Parallel.Invoke() without waiting on execution to finish
June 5th, 2022
task-parallel-library
c#
multithreading
parallel-processing
MaxDegreeOfParallelism = Environment.ProcessorCount slows down execution time on my CPU
June 5th, 2022
parallel.foreach
c#
task-parallel-library
How do you catch CancellationToken.Register callback exceptions?
June 5th, 2022
c#
task-parallel-library
cancellationtokensource
How to cancel a Task using CancellationToken?
June 5th, 2022
c#
cancellationtokensource
task
task-parallel-library
Task.ContinueWith method requires task argument?
June 5th, 2022
multitasking
task-parallel-library
c#
Wait for request of CancellationToken cancellation
June 5th, 2022
c#
task-parallel-library
Task.Factory.StartNew(someMethod(withParam)).continueWith(sameMethod(differentParam)).Wait()
November 22nd, 2020
task-parallel-library
c#
.net
async await returning Task<List<T>> instead of List<T> on calling aync method
February 13th, 2020
task-parallel-library
asynchronous
c#
.net
async-await
Event on Task Result is done
October 31st, 2020
task-parallel-library
c#
.net
wpf
How should I update from Task the UI Thread?
August 4th, 2022
task
c#
.net
wpf
task-parallel-library
Using async/await and returning Task<HttpResponseMessage> From ASP.NET Web API Methods
April 25th, 2020
asp.net-web-api
async-await
c#
.net
task-parallel-library
←
1
2
3
4
5
6
7
8
9
→