Now Available: patterns & practices Parallel Programming with Microsoft .NET
patterns & practices Parallel Programming with Microsoft .NET is now available. The book shows design patterns to help developers use the .NET 4 Task Parallel Library (TPL) to write parallel applications successfully.
Contents at a Glance
- Authors and Disclaimers
- Foreword
- Preface
- Acknowledgments
- Introduction
- Parallel Loops
- Parallel Tasks
- Parallel Aggregation
- Futures
- Dynamic Task Parallelism
- Pipelines
- Appendix A: Adapting Object-Oriented Patterns
- Appendix B: Debugging and Profiling Parallel Applications
- Appendix C: Technology Overview
- Glossary
- References
The Patterns
The book describes six key parallel patterns for data and task parallelism and how to implement them using the TPL.
The Book
- Free in HTML - Parallel Programming with .NET (MSDN)
- Print / EBook - Parallel Programming with .NET (O’Reilly)
The Code Samples
- Parallel Programming Code Samples (CodePlex)
The Talk
- Patterns of Parallel Programming (TechEd)
The Community
- Parallel Programming with .NET Community KB (CodePlex)
Comments
Anonymous
September 02, 2010
Where is the free PDF?Anonymous
September 03, 2010
@ Don -- I found myself asking the same question. It looks like the model has changed.Anonymous
September 03, 2010
Coming from the P&P team, and with authors like Steven Toub and Ade Miller, this is sure to be a great addition to any .NET developer's toolbox. My copy will be on order shortly!Anonymous
September 08, 2010
P&P group did wonderful job of providing guidance on various Microsoft technologies. Earlier (10 years back) such guidance was missing and the programmer community was not using the MS technologies effectively leading to substandard implementations. This also hampered the reputation of MS technologies. By providing best in class, FREE, easily download-able guidance P&P closed a BIG gap. After such a good job - Why P&P is trying be Wrox or Manning by selling the guidance?Anonymous
September 08, 2010
@ Carl -- I haven't made my way through it yet, but I like that it's scenario-based. @ One -- I know what you mean. There was a lot of power in the free PDFs and they helped package up the story and made it broadly available in a simple way.