Skip to main content

Parallel Programming

  • Chapter
Introducing Visual C# 2010
  • 1664 Accesses

Abstract

This chapter explored one of my favorite C# topics—parallel programming using the Task Parallel Library (the other is LINQ, in case you were wondering). Parallel programming has remained a niche skill in recent years, despite the emergence of multi-core and multi-processor machines. Once reason for the niche status is the complexity in writing parallel programs, something which I think the TPL does a good job of addressing.

Effective parallel programing still requires an investment of time and patience because it requires a new approach to breaking down your problems and working out which data must be shared (and how it will be protected), but it is an investment that pays dividends—you can do more work with less equipment and at lower cost.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 29.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2010 Adam Freeman

About this chapter

Cite this chapter

Freeman, A. (2010). Parallel Programming. In: Introducing Visual C# 2010. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-3172-1_24

Download citation

Publish with us

Policies and ethics