Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Ade Miller and Patterns of Parallel Programming
Sep 09, 2009 at 10:33 PMExcellent video, nicely explained.. good job guys
It was mentioned briefly that parallelism could help data retrieval. Will namespaces (such as System.Data.Sql) be taking advantage of it in the near future? Or will this always be a "practice" that should be implemented.
I love to think of where this is taking us in terms of computing. Lynne Hill similarly expressed that computers will be "doing things" for us without us knowing. This is exciting but whilst we ansiouxly wait how will parallelism be beneficial for web applications?
Kim Hamilton and Wes Dyer: Inside .NET Rx and IObservable/IObserver in the BCL (VS 2010)
Aug 04, 2009 at 8:51 PMInteresting stuff, yet another reason to look forward to the RTM release!
Out of curiosity, like you mentioned developers tend to use IEnumerable over arrays, do you think developers will have the tendancy to use this over events in C# .NET? Will any of the controls we use today be extended with IObservable implementations?