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
Alex Turner: Visual Studio Async CTP (SP1 Refresh) - WP7 Demo
Apr 15, 2011 at 10:18 AMThis is awesome stuff! Can't wait until I can use things like this.
Sound is really off, and the video seems to jump around a bit.
Prism & Silverlight: Part 10 - A Larger Example - "Email Client"
Aug 30, 2010 at 12:00 PMGreat video, has really helped me understand unity/prism better so I can decide how best to use it in my projects.
Maybe minor question but in all your View's you always set the DataContext in a lamda which fires on the FrameworkElement.Loaded event.
Is there a case when deferring this assignment until the Loaded event is better than just assigning immediately in the class constructor?
C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 1 of n
Jul 01, 2010 at 8:11 AM"... It could send an email to your boss that you quit. It could format your harddrive! Anything could happen!"
Best part of the movie!
First code profiler for Silverlight
Feb 23, 2010 at 8:41 AMTheres no sound in silverlight version (works fine in WMV link).
It looks like a really nice tool. I'll definitely have to try this out as I'm learning silverlight.
10-4 Episode 41: Downloading and Installing the Visual Studio 2010 Release Candidate
Feb 17, 2010 at 1:52 PMVideo and audio don't appear to be synced.
You can notice a little jump in the video right at about 21 seconds in that beings the desync.
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Dec 28, 2009 at 9:10 AMIn trying to prove that
reverse ((x:xs) ++ ys) = (reverse ys) ++ (reverse x:xs)
Why do we need to prove that?
reverse ((x:xs) ++ ys) = (reverse ys) ++ reverse (x:xs)
Proving that (xs ++ ys) ++ zs == xs ++ (ys ++ zs) is enough.
Done.
The Notepad Bug - But Why?
Oct 07, 2009 at 12:25 PMI couldn't get "Goats are Tards" to work no matter what I did, but I did get "bush hid the facts" to work provided I typed it in all lower case.