Reddit Reddit reviews Functional Programming in C#: Classic Programming Techniques for Modern Projects

We found 2 Reddit comments about Functional Programming in C#: Classic Programming Techniques for Modern Projects. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Microsoft Programming
Microsoft .NET
Functional Programming in C#: Classic Programming Techniques for Modern Projects
Check price on Amazon

2 Reddit comments about Functional Programming in C#: Classic Programming Techniques for Modern Projects:

u/basher117 · 1 pointr/csharp

There are couple books that really stood out for C#. These don't touch on .NET core but the same techniques apply.

Functional Programming in C#. http://amzn.to/2Ct3q5B if you come from a functional lang, this one is a must. Great LINQ concepts as well.


Adaptive Code via C@ http://amzn.to/2CsglEP is an updated version of the original. Dependencies and layering really helped me understand the core concepts of .NET. It's a M$ Press book. Easy read and a great reference.