Tuesday, December 22, 2009

Check me out on Channel 9 Talking about Rx and the Silverlight Toolkit

Have a look.

2 comments:

  1. How do you test an Rx query like that? Do you have to write it fully formed before you know that it works?

    Thanks for sharing.

    ReplyDelete
  2. I usually just write one piece at a time, gradually adding more to the query until the whole things works.

    However recently it became clear to me that a lot people don't know that you can debug Linq queries rather easily. For example, if you right click on the right hand side of an assignment (either or a let or a from) you can set a break point which will be hit.

    ReplyDelete