Skip to content
Kyle Lauffer edited this page Aug 8, 2021 · 5 revisions

FunkyBasics is a simple set of functional programming objects to help make your C# code easier and simpler to write. until I get more time to write up this wiki in more detail, please see the unit tests. they are great living documentation of how to use the code.

Setup

Install the package via NuGet first: Install-Package FunkyBasics

Code Examples

Clone this wiki locally