Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.63 KB

functional.md

File metadata and controls

19 lines (16 loc) · 1.63 KB

Functional Programming

📘 Resources

📕 Articles

📺 Videos

📦 Libraries

  • mcintyre321/OneOf - Easy to use F#-like discriminated unions for C# with exhaustive compile time matching
  • ardalis/Result - A result abstraction that can be mapped to HTTP response codes if needed.