Enumerations and the yield statement in C# are a pretty powerful weapon in every developers’ arsenal. In this post I am going to show how we can use enumerations as co-routines to perform sequential infinite calculations. I will also show…