Entries:
Comments:
Posts:

Loading User Information from Channel 9

Something went wrong getting user information from Channel 9

Latest Achievement:

Loading User Information from MSDN

Something went wrong getting user information from MSDN

Visual Studio Achievements

Latest Achievement:

Loading Visual Studio Achievements

Something went wrong getting the Visual Studio Achievements

Comments

cbae cbae
  • Ping 72: Open Source love, Exchange Active Sync, Yahoo! by Bing, Silverlight

    Hey, Laura! Did you hear about the new social network that Apple announced? Not a very original name, huh?

     

    BTW, I love your show--the original Ping. I watch it on my Zune HD every week. Keep up the good work!

     

    Edit: I guess you already did. I just read the posts before mine. LOL

  • C# 4.0 and beyond by Anders Hejlsberg

    Now C# can do what Visual FoxPro has done for over 10 years.  Wink

  • Windows Azure Storage Overview

    I just viewed the video on concurrency, and I was puzzled by the "golden ticket" approach to avoiding concurrency issues. If obtaining the golden ticket from the golden ticket queue is a requirement to process the messages in the request queue, then what is the point of having multiple instances of the worker role other than for fault tolerance? It seem as though this paradigm ensures that only one worker role is processing something at any given time, so in terms of processing time for all messages in the queue, this would be far less efficient than having just one instance of the worker role process.