Flatliner
Check me out on the web at my blog.
In the Worlds before Monkey,
Primal chaos reigned, Heaven sought order.
But the Phoenix can fly on...
Primal chaos reigned, Heaven sought order.
But the Phoenix can fly on...
Wes Dyer and Jeffrey Van Gogh: Rx Virtual Time
Aug 28, 2010 at 5:37 AMAwesome, finally understand how Scheduler.Now is used, when I first saw that in Rx I knew you guys were using (or planning on using) virtual time but there seemed to be no documentation anywhere on the subject. Thanks for the explanation guys, extremely useful. Eagerly waiting on your unit tests so that I can start writing my asynchronous unit tests like that!
I just realised I can write unit tests that simulate "hot" observables that I don't normally have control over i.e. mouse moves etc, I can replace the original source with a mock observable that raises events a pre-determined times and pushes them through a virtual scheduler. Excellent!
Jay Schmelzer: Introducing Visual Studio LightSwitch
Aug 04, 2010 at 4:48 AMWas it just me or was that an Office Space reference by Dan at the start?
http://www.youtube.com/watch?v=AdH-QZahS0w
IE9 HTML5 Demo
May 05, 2010 at 7:45 AMNot sure how happy I am when browser vendors point out their differences. Might be good for them, but just means web developers will have to continue to aim for the lowest common denominator.
Windows Phone Application Life Cycle
May 05, 2010 at 7:41 AMI believe I heard somewhere that a Xap is limited to 10mb. It was mentioned in one of the MIX10 Session Videos about the Windows Phone Marketplace.
Reactive Extensions API in depth: Contract
Nov 26, 2009 at 2:22 PMMy understanding is that the Dispose() method is more compositional than unsubscribe because if your code doesn't call unsubscribe, the .NET Framework Garbage collector will do it for you (eventually). This can help alleviate issues that Event handlers suffer from, where if you do a += handler and not a -= handler it won't leak memory. Also Dispose() is called automatically when the IObservable completes or errors.
This Week C9: Microhoo, ATL Security, VS 2010 Cut List
Aug 02, 2009 at 6:31 AMCongrats on the Baby Dan, all the best!
Ruchi Bhargava on Windows CardSpace Geneva
May 07, 2009 at 4:08 AMI'd like to hear feedback on whether anyone thinks these protocols will get widespread adoption in the web arena, considering OAuth being a simpler (and somewhat flawed) model, seems to be getter more adoption by websites?
Re-signing ClickOnce Application and Deployment Manifests with MAGE
Apr 09, 2009 at 5:14 AM10-4 Episode 12: Simplifying Your Code With C# 4.0
Mar 12, 2009 at 3:39 AMI'm glad named and optional parameters are added to C# 4.0. But can someone explain the syntax for named parameters. Why do they use a colon : rather than an equals? e.g. GenerateChart(copyToWord = true);
IE8: Web Slices
Feb 24, 2009 at 4:40 AMSee more comments…