Functional C#. Uncover the secrets of functional programming using C# and change the way you approach your applications - Helion
Tytuł oryginału: Functional C#. Uncover the secrets of functional programming using C# and change the way you approach your applications
ISBN: 9781785881039
stron: 370, Format: ebook
Data wydania: 2016-12-30
Księgarnia: Helion
Cena książki: 134,10 zł (poprzednio: 149,00 zł)
Oszczędzasz: 10% (-14,90 zł)
Functional programming makes your application faster, improves performance, and increases your productivity. C# code is written at a higher level of abstraction, so that code will be closer to business requirements, abstracting away many low-level implementation details.
This book bridges the language gap for C# developers by showing you how to create and consume functional constructs in C#. We also bridge the domain gap by showing how functional constructs can be applied in business scenarios. We’ll take you through lambda expressions and extension methods, and help you develop a deep understanding of the concepts and practices of LINQ and recursion in C#.
By the end of the book, you will be able to write code using the best approach and will be able to perform unit testing in functional programming, changing how you write your applications and revolutionizing your projects.
Osoby które kupowały "Functional C#. Uncover the secrets of functional programming using C# and change the way you approach your applications ", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Functional C#. Uncover the secrets of functional programming using C# and change the way you approach your applications eBook -- spis treści
- 1. Testing functional style in C#
- 2. Walkthrough Delegates
- 3. Expressing an Anonymous methods with Lambda Expressions
- 4. Implementing Extension Methods
- 5. Querying any collection easily with LINQ
- 6. Asynchronous programming
- 7. Learning Recursion
- 8. Avoiding the boring repetitive task with Laziness thinking
- 9. Understanding Monads
- 10. Developing a Functional app
- 11. Coding Best Practice and testing the functional code