Showing results for August 2012 - Page 4 of 4 - .NET Blog

Aug 2, 2012
Post comments count0
Post likes count11

Processing tasks as they complete

Stephen Toub - MSFT
Stephen Toub - MSFT

Recently I’ve had several folks ask me about how to process the results of tasks as those tasks complete.A developer will have multiple tasks representing asynchronous operations they’ve initiated, and they want to process the results of these tasks, e.g. List<Task<T>> tasks = …; foreach(var t in tasks) { ...

.NET Parallel Programming
Aug 2, 2012
Post comments count0
Post likes count0

Help Us Test CDN for NuGet.org

Howard Dierking
Howard Dierking

Over the past few weeks, we’ve been investigating whether to turn on the content delivery network (CDN) feature of the Azure blob storage container for NuGet packages. In theory, this would make package downloads faster – especially if you’re located outside of the United States. We want your help to conduct an experiment to measure the difference...

NuGetNuGet.org