Subscribe to:
Post Comments (Atom)
About Me
- Jafar Husain
- I'm a software developer who started programming at age 16 and never saw any reason to stop. I'm working on the Presentation Platform Controls team at Microsoft. My primary interests are functional programming, and Rich Internet Applications.
2 comments:
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.
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.
Post a Comment