I have been reading about the continuation passing style programming technique (C# 3.0 implementation).
Why/when it would be useful to use this technique?
How ca
An excellent write-up on CPS in C# context was made by Wes Dyer. I don't think I could possibly add anything meaningful to that. If some specific things are unclear there, go ahead and ask about them.