Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smack0007/csharpfunctionallinks
A collection of links related to functional programming for C# developers.
https://github.com/smack0007/csharpfunctionallinks
Last synced: 20 days ago
JSON representation
A collection of links related to functional programming for C# developers.
- Host: GitHub
- URL: https://github.com/smack0007/csharpfunctionallinks
- Owner: smack0007
- Created: 2017-11-21T08:00:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T07:08:21.000Z (about 7 years ago)
- Last Synced: 2024-11-07T11:47:44.113Z (2 months ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C# Functional Programming Links
A collection of links related to functional programming for C# developers.## Blog Posts
* [Monads](https://ericlippert.com/2013/02/21/monads-part-one/) by Eric Lippert
* [Monads in C#](http://mikehadlow.blogspot.de/2011/01/monads-in-c1-introduction.html) by Mike Hadlow
* [Tasks, Monads, and LINQ](https://blogs.msdn.microsoft.com/pfxteam/2013/04/03/tasks-monads-and-linq/) by Stephen Toub
* [The Marvels of Monads](https://blogs.msdn.microsoft.com/wesdyer/2008/01/10/the-marvels-of-monads/) by Wes Dyer## Online Books
* [Expert Functional Programming and LINQ via C#](https://weblogs.asp.net/dixin/linq-via-csharp) by Dixin Yan