I am trying to get my head around the CCR (concurrency and coordinate runtime) to see if It's worth learning.
I mostly do programs in VBNT and use Yield keywords in most instances of using CCR.
How important is it to use CCR? Are there working? Will VB NetWatch yield command? (If not, why not?)
Yes, iterator blocks (as shown by yield statements) Very important are the CCR I understand that make readable asynchronous workflow possible.
Have you already seen parallel extensions? If not, I will try before CCR - more than anything else, VB.NET is more likely to be favorable and will be in "main" .NET 4.0 when it comes out.
Comments
Post a Comment