Articles liés à Functional Programming in C#: How to write better C#...

Functional Programming in C#: How to write better C# code - Couverture souple

 
9781617293955: Functional Programming in C#: How to write better C# code

Synopsis

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

  1. Introducing functional programming
  2. Why function purity matters
  3. Designing function signatures and types
  4. Patterns in functional programming
  5. Designing programs with function composition
  6. PART 2 - BECOMING FUNCTIONAL

  7. Functional error handling
  8. Structuring an application with functions
  9. Working effectively with multi-argument functions
  10. Thinking about data functionally
  11. Event sourcing: a functional approach to persistence
  12. PART 3 - ADVANCED TECHNIQUES

  13. Lazy computations, continuations, and the beauty of monadic composition
  14. Stateful programs and stateful computations
  15. Working with asynchronous computations
  16. Data streams and the Reactive Extensions
  17. An introduction to message-passing concurrency

Les informations fournies dans la section « Synopsis » peuvent faire référence à une autre édition de ce titre.

À propos de l?auteur

Enrico Buonanno studied computer science at Columbia University and has over 15 years of experience as a developer, architect, and trainer.

Les informations fournies dans la section « A propos du livre » peuvent faire référence à une autre édition de ce titre.

Acheter D'occasion

état :  Satisfaisant
Former library book; Pages can...
Afficher cet article

EUR 10,62 expédition depuis Etats-Unis vers France

Destinations, frais et délais

Acheter neuf

Afficher cet article
EUR 41,59

Autre devise

EUR 5,52 expédition depuis Royaume-Uni vers France

Destinations, frais et délais

Résultats de recherche pour Functional Programming in C#: How to write better C#...

Image d'archives

Buonanno, Enrico
Edité par Manning Publications, 2017
ISBN 10 : 1617293954 ISBN 13 : 9781617293955
Ancien ou d'occasion Paperback

Vendeur : ThriftBooks-Dallas, Dallas, TX, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : Good. No Jacket. Former library book; Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.66. N° de réf. du vendeur G1617293954I3N10

Contacter le vendeur

Acheter D'occasion

EUR 6,58
Autre devise
Frais de port : EUR 10,62
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Buonanno, Enrico
Edité par Manning Publications, 2017
ISBN 10 : 1617293954 ISBN 13 : 9781617293955
Ancien ou d'occasion Paperback

Vendeur : ThriftBooks-Atlanta, AUSTELL, GA, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.66. N° de réf. du vendeur G1617293954I3N00

Contacter le vendeur

Acheter D'occasion

EUR 6,58
Autre devise
Frais de port : EUR 10,62
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Enrico Buonanno
Edité par Pearson Education, 2017
ISBN 10 : 1617293954 ISBN 13 : 9781617293955
Neuf PAP

Vendeur : PBShop.store UK, Fairford, GLOS, Royaume-Uni

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

PAP. Etat : New. New Book. Shipped from UK. Established seller since 2000. N° de réf. du vendeur PB-9781617293955

Contacter le vendeur

Acheter neuf

EUR 41,59
Autre devise
Frais de port : EUR 5,52
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 15 disponible(s)

Ajouter au panier

Image d'archives

BUONANNO, ENRICO
Edité par Manning, 2017
ISBN 10 : 1617293954 ISBN 13 : 9781617293955
Neuf Couverture souple

Vendeur : Speedyhen, London, Royaume-Uni

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : NEW. N° de réf. du vendeur NW9781617293955

Contacter le vendeur

Acheter neuf

EUR 41,60
Autre devise
Frais de port : EUR 6,85
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 2 disponible(s)

Ajouter au panier

Image fournie par le vendeur

Enrico Buonanno
Edité par Manning Publications, US, 2017
ISBN 10 : 1617293954 ISBN 13 : 9781617293955
Neuf Paperback

Vendeur : Rarewaves USA, OSWEGO, IL, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : New. Functional programming is a way of thinking about programs that emphasizes functions, while avoiding state mutation. C# includes a number of functional features and libraries, enabling us to take advantage of these benefits.   Functional Programming in C# teaches readers to apply functional thinking to real-world scenarios. They'll start by learning the principles of functional programming, and how they translate in the C# language. By the end of this book, readers will be able to integrate functional techniques, making their C# programs robust and maintainable, and helping them to become more well rounded developers.   Key Features: ·    Introduction to functional programming ·    Real-world examples ·    Integrate functional techniques ·    Become a well rounded developer   This book is designed to help C# programmers with an OOP background understand functional thinking.   About the Technology:   Functional programming is a way of thinking about programs that emphasizes functions, while avoiding state mutation. It allows us to write elegant, intention-revealing code, that shines in testability and support for concurrency. N° de réf. du vendeur LU-9781617293955

Contacter le vendeur

Acheter neuf

EUR 50,43
Autre devise
Frais de port : EUR 3,41
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 10 disponible(s)

Ajouter au panier

Image d'archives

Buonanno, Enrico
Edité par Manning, 2017
ISBN 10 : 1617293954 ISBN 13 : 9781617293955
Neuf Couverture souple

Vendeur : Ria Christie Collections, Uxbridge, Royaume-Uni

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : New. In. N° de réf. du vendeur ria9781617293955_new

Contacter le vendeur

Acheter neuf

EUR 50,68
Autre devise
Frais de port : EUR 4,56
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 2 disponible(s)

Ajouter au panier

Image d'archives

Buonanno, Enrico
Edité par Manning, 2017
ISBN 10 : 1617293954 ISBN 13 : 9781617293955
Neuf Couverture souple

Vendeur : Romtrade Corp., STERLING HEIGHTS, MI, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : New. This is a Brand-new US Edition. This Item may be shipped from US or any other country as we have multiple locations worldwide. N° de réf. du vendeur ABNR-29219

Contacter le vendeur

Acheter neuf

EUR 55,84
Autre devise
Frais de port : Gratuit
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Enrico Buonanno
ISBN 10 : 1617293954 ISBN 13 : 9781617293955
Neuf Paperback

Vendeur : Chiron Media, Wallingford, Royaume-Uni

Évaluation du vendeur 4 sur 5 étoiles Evaluation 4 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : New. N° de réf. du vendeur 6666-GRD-9781617293955

Contacter le vendeur

Acheter neuf

EUR 45,80
Autre devise
Frais de port : EUR 10,85
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 2 disponible(s)

Ajouter au panier

Image fournie par le vendeur

Enrico Buonanno
Edité par Manning Publications, US, 2017
ISBN 10 : 1617293954 ISBN 13 : 9781617293955
Neuf Paperback

Vendeur : Rarewaves USA United, OSWEGO, IL, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : New. Functional programming is a way of thinking about programs that emphasizes functions, while avoiding state mutation. C# includes a number of functional features and libraries, enabling us to take advantage of these benefits.   Functional Programming in C# teaches readers to apply functional thinking to real-world scenarios. They'll start by learning the principles of functional programming, and how they translate in the C# language. By the end of this book, readers will be able to integrate functional techniques, making their C# programs robust and maintainable, and helping them to become more well rounded developers.   Key Features: ·    Introduction to functional programming ·    Real-world examples ·    Integrate functional techniques ·    Become a well rounded developer   This book is designed to help C# programmers with an OOP background understand functional thinking.   About the Technology:   Functional programming is a way of thinking about programs that emphasizes functions, while avoiding state mutation. It allows us to write elegant, intention-revealing code, that shines in testability and support for concurrency. N° de réf. du vendeur LU-9781617293955

Contacter le vendeur

Acheter neuf

EUR 53,48
Autre devise
Frais de port : EUR 3,41
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 10 disponible(s)

Ajouter au panier

Image d'archives

Buonanno, Enrico
Edité par Manning, 2017
ISBN 10 : 1617293954 ISBN 13 : 9781617293955
Ancien ou d'occasion paperback

Vendeur : Miki Store, San Jose, CA, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

paperback. Etat : Good. Pages are crisp and clean, no marking. Cover is verygood. Binding is tight/good. ex-library book with normal library stamps & stickers. N° de réf. du vendeur dd-bs21

Contacter le vendeur

Acheter D'occasion

EUR 9,73
Autre devise
Frais de port : EUR 48,10
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

There are 17 autres exemplaires de ce livre sont disponibles

Afficher tous les résultats pour ce livre