Parallel Computing to work with Parallel Hardware

June 3rd, 2008 | Posted by Vidya Vrat in .NET

Intro to Parallel Computing
Microsoft has come up with a concept called Parallel Computing which is based on Moore’s law. This make life simpler for developers to write programs that perform and scale well on parallel hardware.

Parallel Extensions to .NET 3.5 June 08 CTP
Parallel Extensions simplifies development by providing library-based support for introducing concurrency into applications written with any .NET language, including C# and Visual Basic. It includes the Task Parallel Library (TPL), which provides imperative data and task parallelism; Parallel LINQ (PLINQ), which provides declarative data parallelism; and all new Coordination Data Structures (CDS), which provide support for work coordination and managing shared state.

You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.