---
title: "How parallel programming is achieved in C#"  
description: "How parallel programming is achieved in C#"  
author: "Manoj Bhatt"  
published: 2016-01-11  
updated: 2016-01-11  
canonical: https://www.mindstick.com/forum/33850/how-parallel-programming-is-achieved-in-c-sharp  
category: "c#"  
tags: ["c#", "multiple threading"]  
reading_time: 1 minute  

---

# How parallel programming is achieved in C#

I am doing a [project](https://www.mindstick.com/articles/105927/how-to-excel-at-managing-multiple-projects) using [C# .NET](https://www.mindstick.com/forum/159581/how-to-design-a-calculator-program-in-c-sharp-dot-net) on "[Performance evaluation](https://answers.mindstick.com/qa/105962/how-to-implement-google-search-console-crawl-stats-for-website-performance-evaluation) of parallel [execution](https://www.mindstick.com/blog/178/synchronous-and-asynchronous-command-execution-in-c-sharp-dot-net) of various [sorting](https://www.mindstick.com/articles/1581/sorting-list-with-side-bar) [algorithms](https://www.mindstick.com/articles/12297/google-algorithms-why-so-important)". I want to know whether parallel programming is possible in C# or not??if possible [please tell me](https://www.mindstick.com/forum/33900/please-tell-me-what-are-the-technique-to-content-optimization) how it can be?What [technique](https://answers.mindstick.com/qa/93922/why-c-sharp-programmers-use-properties-technique-in-c-sharp-programming) will be used to do so?

## Replies

### Reply by Anupam Mishra

If you have .NET 4.0 , Its possible to do Parallel Execution - I mean using two processors simultaneously.\
For more details you visit the following articles that are fulfill your requirements:

1. [https://www.mindstick.com/Articles/11980/parallel-programming-in-c-sharp](https://www.mindstick.com/Articles/11980/parallel-programming-in-c-sharp)\
2. [https://www.mindstick.com/Articles/11979/multithreading-with-the-backgroundworker-component-in-asp-dot-net](https://www.mindstick.com/Articles/11979/multithreading-with-the-backgroundworker-component-in-asp-dot-net)\
3. http://blogs.msdn.com/b/csharpfaq/archive/2010/06/01/parallel-programming-in-net-framework-4-getting-started.aspx\

\
\
.


---

Original Source: https://www.mindstick.com/forum/33850/how-parallel-programming-is-achieved-in-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
