Quantcast
Channel: Around computing » .Net Threading
Browsing all 13 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Discussion sur Delegate.BeginInvoke vs ThreadPool.QueueUserWorkItem

  On peut retenir un score qu’il peut être bon de connaitre:   Delegate.BeinInvoke() est 6,4 fois plus lent que ThreadPool.QueueUserWorkItem() Delegate.BeginInvoke vs ThreadPool.QueueUserWorkItem

View Article



Image may be NSFW.
Clik here to view.

Discussion sur DataBinding & Multi-Threading In WPF [Part Two]

  Un article en deux parties qui traite de problèmes éternels: comment faire du data binding avec des composants (princialement graphiques mais pas seulement) qui sont "thread affinitized" comme on...

View Article

Image may be NSFW.
Clik here to view.

Threading and Synchronization

Quelques liens intéresssants: Concurrent Affairs – Performance-Conscious Thread Synchronization What Every Dev Must Know About Multithreaded Apps Memory Models: Understand the Impact of Low-Lock...

View Article

Image may be NSFW.
Clik here to view.

Un point sur les usages de Task.Start

FAQ on Task.Start – Parallel Programming with .NET – Site Home – MSDN Blogs.

View Article

Image may be NSFW.
Clik here to view.

Async Targeting Pack for Visual Studio 2012

After a version for VS 11 Beta (see), async/await is made available for Visual Studio 2012 RC targetting .Net 4.0: here.

View Article


Image may be NSFW.
Clik here to view.

.NET tasks/WinRT asynchronous operations – interoperability

Both directions are now possible: Exposing .NET tasks as WinRT asynchronous operations – Windows 8 app developer blog – Site Home – MSDN Blogs. Using async/await in WinRT async operations

View Article

Image may be NSFW.
Clik here to view.

await anything; – .NET Parallel Programming – Site Home – MSDN Blogs

Wants to really understand await/async: Async/Await FAQ, await anything; – .NET Parallel Programming – Site Home – MSDN Blogs, Implementing a simple ForEachAsync, Potential pitfalls to avoid when...

View Article

Image may be NSFW.
Clik here to view.

Using async/await without .NET Framework 4.5

Portable library version of async/await for everyone: Microsoft.Bcl.Async. For the record, Microsoft.Bcl.Async is the new name of the old Async Targeting Pack (previously blogged here).  

View Article


Image may be NSFW.
Clik here to view.

Preview of Immutable Collections Released on NuGet – BCL Team Blog – Site...

Preview of Immutable Collections Released on NuGet – BCL Team Blog – Site Home – MSDN Blogs all is said. Edit: Mono have started its own implementation here.

View Article


Image may be NSFW.
Clik here to view.

An excellent article on the different APIs around .Net paralelism (in French)

Maîtriser l’asynchronisme de C# 5.0 Part 2 – Développement parallèle – Site Home – MSDN Blogs.

View Article

Image may be NSFW.
Clik here to view.

A Tour of Task, Part 0: Overview

I eagerly awaits more: Stephen Cleary (the blog): A Tour of Task, Part 0: Overview (“awaits” is a play on words).

View Article

Image may be NSFW.
Clik here to view.

Patterns for Asynchronous Services

IAsyncInitialization a very interresting pattern and a usefull implementation: a service that awaits its own initialization as first step in each async method. Async Programming – Patterns for...

View Article

Image may be NSFW.
Clik here to view.

Multi-processor support and .Net

Core support in Windows is tied to the notion of processor groups. For historical reason, a group is made of up to 64 cores (related to affinity mask). Until version 4.0, .Net was only using first...

View Article

Browsing all 13 articles
Browse latest View live




Latest Images