Showing results for July 2008 - .NET Blog

Jul 27, 2008
0
0

Custom Loop with Arbitrary Initialization, Condition, and Update

Stephen Toub - MSFT
Stephen Toub - MSFT

The Parallel.For loop construct provided by Parallel Extensions is focused on providing a parallel alternative to the common sequential pattern of a for loop that iterates over a range of numbers.  However, the for loop construct in a language like C# is not limited just to numbers and iterating over ranges.  It supports arbitrary initial...

.NET Parallel Programming
Jul 25, 2008
0
0

Silverlight Tips of the Day – Week 3

Web Development Tools Microsoft
Web Development Tools Microsoft

3 new Silverlight blogs have been completed for this week. Check them out! Thank you.Mike Snow SDET Lead  Visual Studio Web Tools

ASP.NET
Jul 24, 2008
0
1

Useful Abstractions Enabled with ContinueWith

Stephen Toub - MSFT
Stephen Toub - MSFT

In the June 2008 CTP of Parallel Extensions to the .NET Framework, we introduced the ContinueWith method on both Task and Future<T>.  ContinueWith is, in effect, a callback, very much like events in .NET.  With events, a causal action results in the event being raised, which by default triggers all of the delegates registered with t...

.NET Parallel Programming
Jul 17, 2008
0
0

Silverlight Tips of the Day – Week 2

Web Development Tools Microsoft
Web Development Tools Microsoft

6 new Silverlight tutorials are completed! Thank you.Mike Snow SDET Lead  Visual Studio Web Tools

ASP.NET
Jul 1, 2008
0
0

Silverlight Tips of the Day

Web Development Tools Microsoft
Web Development Tools Microsoft

Interested in learning something new about Silverlight almost every day? I will be posting “Tips of the Day” for Silverlight on my blog at http://silverlight.net/blogs/msnow/default.aspx.For example, over the past few days, I have added the following tips: If you have any suggestions or requests don’t hesitate t...

ASP.NET