Partial application using delegates in C#
I'm a big proponent of using delegates instead of interfaces as described here.
Recently I've found out that it works wonderfully with the partial application!
Partial application is a concept widely used in functional programming. It's a function th...
blog.ciechowski.net2 min read