Introduction - If you have any usage issues, please Google them yourself
Class-less Coding - Minimalist C# and Why F# and Function Programming Has Some Advantages
Summary: Can we use just the native .NET classes for developing code, rather than immediately writing an application specific class that often is little more than a container? Can we do this using aliases, a fluent style, and extension methods?
Sometimes I ask myself questions intended to challenge my fundamental concepts programming. The question I recently asked myself regarding C# coding is: