Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.49 KB

functional.md

File metadata and controls

18 lines (15 loc) · 1.49 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.