Descriere YEO:
Pe YEO găsești Functional Programming in C\': How de la Manning Publications, în categoria Foreign Books.
Indiferent de nevoile tale, Functional Programming in C\': How to Write Better C\' Code, Paperback/Enrico Buonanno din categoria Foreign Books îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 288.99 Lei
Caracteristicile produsului Functional Programming in C\': How
- Brand: Manning Publications
- Categoria: Foreign Books
- Magazin: elefant.ro
- Ultima actualizare: 16-08-2025 02:23:08
Comandă Functional Programming in C\': How Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Functional Programming in C\': How de la elefant.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
Contributor(s): Author:
Enrico Buonanno Summary
Functional Programming in C# teaches you to apply functional thinking to real-world problems using the C# language. The book, with its many practical examples, is written for proficient C# programmers with no prior FP experience. It will give you an awesome new perspective. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology
Functional programming changes the way you think about code. For C# developers, FP techniques can greatly improve state management, concurrency, event handling, and long-term code maintenance. And C# offers the flexibility that allows you to benefit fully from the application of functional techniques. This book gives you the awesome power of a new perspective. About the Book
Functional Programming in C# teaches you to apply functional thinking to real-world problems using the C# language. You\'ll start by learning the principles of functional programming and the language features that allow you to program functionally. As you explore the many practical examples, you\'ll learn the power of function composition, data flow programming, immutable data structures, and monadic composition with LINQ. What\'s Inside
Write readable, team-friendly code Master async and data streams Radically improve error handling Event sourcing and other FP patterns About the Reader Written for proficient C# programmers with no prior FP experience. About the Author
Enrico Buonanno studied computer science at Columbia University and has 15 years of experience as a developer, architect, and trainer. Table of Contents PART 1 - CORE CONCEPTS Introducing functional programming Why function purity matters Designing function signatures and types Patterns in functional programming Designing programs with function composition PART 2 - BECOMING FUNCTIONAL Functional error handling Structuring an application with functions Working effectively with multi-argument functions Thinking about data functionally Event sourcing: a functional approach to persistence PART 3 - ADVANCED TECHNIQUES Lazy computations, continuations, and the beauty of monadic composition Stateful programs and stateful computations Working with asynchronous computations Data streams and the Reactive Extensions An introduction to message-passing concurrency