Concurrency in .NET
eBook - ePub

Concurrency in .NET

Modern patterns of concurrent and parallel programming

  1. 568 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Concurrency in .NET

Modern patterns of concurrent and parallel programming

About this book

Summary Concurrency in.NET teaches you how to build concurrent and scalable programs in.NET using the functional paradigm. This intermediate-level guide is aimed at developers, architects, and passionate computer programmers who are interested in writing code with improved speed and effectiveness by adopting a declarative and pain-free programming style.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Unlock the incredible performance built into your multi-processor machines. Concurrent applications run faster because they spread work across processor cores, performing several tasks at the same time. Modern tools and techniques on the.NET platform, including parallel LINQ, functional programming, asynchronous programming, and the Task Parallel Library, offer powerful alternatives to traditional thread-based concurrency. About the Book Concurrency in.NET teaches you to write code that delivers the speed you need for performance-sensitive applications. Featuring examples in both C# and F#, this book guides you through concurrent and parallel designs that emphasize functional programming in theory and practice. You'll start with the foundations of concurrency and master essential techniques and design practices to optimize code running on modern multiprocessor systems. What's Inside

  • The most important concurrency abstractions
  • Employing the agent programming model
  • Implementing real-time event-stream processing
  • Executing unbounded asynchronous operations
  • Best concurrent practices and patterns that apply to all platforms


About the Reader For readers skilled with C# or F#. About the Book Riccardo Terrell is a seasoned software engineer and Microsoft MVP who is passionate about functional programming. He has over 20 years' experience delivering cost-effective technology solutions in a competitive business environment. Table of Contents

PART 1 - Benefits of functional programming applicable to concurrent programs

  • Functional concurrency foundations
  • Functional programming techniques for concurrency
  • Functional data structures and immutability

PART 2 - How to approach the different parts of a concurrent program

  • The basics of processing big data: data parallelism, part 1
  • PLINQ and MapReduce: data parallelism, part 2
  • Real-time event streams: functional reactive programming
  • Task-based functional parallelism
  • Task asynchronicity for the win
  • Asynchronous functional programming in F#
  • Functional combinators for fluent concurrent programming
  • Applying reactive programming everywhere with agents
  • Parallel workflow and agent programming with TPL Dataflow

PART 3 - Modern patterns of concurrent programming applied

  • Recipes and design patterns for successful concurrent programming
  • Building a scalable mobile app with concurrent functional programming

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Concurrency in .NET by Riccardo Terrell in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in C#. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Cover
  2. Titlepage
  3. Dedication
  4. preface
  5. Acknowledgments
  6. About This Book
  7. About the Author
  8. About the Cover Illustration
  9. Part 1 : Benefits of functional programming applicable to concurrent programs
  10. Part 2: How to approach the different parts of a concurrent program
  11. Part 3: Modern patterns of concurrent programming applied
  12. Appendix A: Functional programming
  13. Appendix B: F# overview
  14. Appendix C: Interoperability between an F# asynchronous workflow and .NET Task
  15. Index