When developing C# programs in the functional programming style, you often need to dump out a collection to the console. Object dumper is a great tool to use for this. It is a sample that far too few developers know about. A functional transform typically takes the form of successive transformations: transform collection a => collection b => collection c => final collection. This is one of the main points of this topic in my Functional Programming Tutorial . When I commence developing such
Read More...