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

  • SEARCH
  • Home
  • 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 8845841
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:49:49+00:00 2026-06-14T11:49:49+00:00

There are two classes available in .NET: Task and Thread . What is the

  • 0

There are two classes available in .NET: Task and Thread.

  • What is the difference between those classes?
  • When is it better to use Thread over Task (and vice-versa)?
  • 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-06-14T11:49:50+00:00Added an answer on June 14, 2026 at 11:49 am

    Thread is a lower-level concept: if you’re directly starting a thread, you know it will be a separate thread, rather than executing on the thread pool etc.

    Task is more than just an abstraction of “where to run some code” though – it’s really just “the promise of a result in the future”. So as some different examples:

    • Task.Delay doesn’t need any actual CPU time; it’s just like setting a timer to go off in the future
    • A task returned by WebClient.DownloadStringTaskAsync won’t take much CPU time locally; it’s representing a result which is likely to spend most of its time in network latency or remote work (at the web server)
    • A task returned by Task.Run() really is saying “I want you to execute this code separately”; the exact thread on which that code executes depends on a number of factors.

    Note that the Task<T> abstraction is pivotal to the async support in C# 5.

    In general, I’d recommend that you use the higher level abstraction wherever you can: in modern C# code you should rarely need to explicitly start your own thread.

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

Sidebar

Related Questions

There are two classes: A and B . There are algorithms for converting from
There are two classes, let's call them X and O. A number of elements
Here is my question - There are two classes Order and PaymentType . An
In the Code Below there are Two Classes. One Object of type two is
http://pastebin.com/1btVw8Cb There are two classes in the above code. So above is my code
I have a problem. There are two classes: struct Base { Base* retain() {
My program involves drawing triangles where i click them. There are two classes, Ecad
I have a class Field of which there are two sub-classes AccountField and DecimalField
Is there any possibility to split classes for a two files like in C++?
This is a two-part question: 1. The original .NET print classes (in System.Drawing.Printing) are

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.