Cloud Computing; Windows Azure; .NET Internals; Windows Internals; April, 2011 - Paul Lou's blog - Site Home - MSDN Blogs

April, 2011

Posts
  • Paul Lou's blog

    IE9 bug? msdn bug?

    • 0 Comments
    I wanted to customize my blog so I logged in, clicked customize button and then tried to drag the widgets to the page. However, it doesn't work. I couldn't believe it since it is msdn site with IE9! Sadly it works well in Chrome. End users won't care...
  • Paul Lou's blog

    LINQ - Sequence contains no elements

    • 2 Comments
    Today I got an exception saying "Sequence contains no elements " when using LINQ against Windows Azure tables. I did a quick search and found that it is due to that I used First<> instead of FirstOrDefault<> in my code. The below link explains...
Page 1 of 1 (2 items)