0
kicks
FizzBuzz the Functional Way
A fun little aside showing one way of solving the "Fizz Buzz" problem using functional-style C# (anonymous methods, lambda expressions, and anonymous types). It's by no means ideal, but shows a different point of view.