Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 804715
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T23:57:48+00:00 2026-05-14T23:57:48+00:00

I am new to .Net platform. I did a search and found that there

  • 0

I am new to .Net platform. I did a search and found that there are several ways to do parallel computing in .Net:

  1. Parallel task in Task Parallel Library, which is .Net 3.5.

  2. PLINQ, .Net 4.0

  3. Asynchounous Programming, .Net 2.0, (async is mainly used to do I/O heavy tasks, F# has a concise syntax supporting this). I list this because in Mono, there seem to be no TPL or PLINQ. Thus if I need to write cross platform parallel programs, I can use async.

  4. .Net threads. No version limitation.

Could you give some short comments on these or add more methods in this list?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T23:57:48+00:00Added an answer on May 14, 2026 at 11:57 pm

    You do need to do a fair amount of research in order to determine how to effectively multithread. There are some good technical articles, part of the Microsoft Parallel Computing team’s site.

    Off the top of my head, there are several ways to go about multithreading:

    1. Thread class.
    2. ThreadPool, which also has support for I/O-bound operations and an I/O completion port.
    3. Begin*/End* asynchronous operations.
    4. Event-based asynchronous programming (or “EBAP”) components, which use SynchronizationContext.
    5. BackgroundWorker, which is an EBAP that defines an asynchronous operation.
    6. Task class (Task Parallel Library) in .NET 4.
    7. Parallel LINQ. There is a good article on Parallel.ForEach (Task Parallel Library) vs. PLINQ.
    8. Rx or “LINQ to Events”, which does not yet have a non-Beta version but is nearing completion and looks promising.
    9. (F# only) Asynchronous workflows.

    Update: There is an article Understanding and Applying Parallel Patterns with the .NET Framework 4 available for download that gives some direction on which solutions to use for which kinds of parallel scenarios (though it assumes .NET 4 and doesn’t cover Rx).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to .net and mvc platform, i have so many int fields that
I'm a .NET developer who needs to use the Java platform for a new
I am new to .NET and ideally want to make several layers of abstraction
I'm kind of new to the .NET platform. And currently I'm learning ASP.NET MVC.
i am new on web programming .i am good on c# .net platform on
I am new to asp.net mvc platform. I'm developing with razor template engine in
As a new .net/C# web begginner, I always get tripped up when I try
I'm intending to use the new .NET 4 Code Contracts feature for future development.
In WebSphere message Broker 8, the new .NET compute node is awesome to interface
New ASP.NET Web API HttpClient has been giving me some strange results. Here is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.