Demo code for a blog post about Func. Just a short demonstration about how you can use Func<>
I'm going to use these examples in a blog post on my blog sturla.io.
I started using console apps with the need to set the console project as a start program and then run (F5). But I'm going to change this to be runnable from unittest projects. That will come!