You are developing large desktop application which have a lot of classes that need to be processed. For each class, you need to perform a complex calculation. Which technique should you use?

 Posted by Rajkatie on 8/29/2013 | Category: .NET Framework Interview questions | Views: 4128 | Points: 40
Select from following answers:
  1. Use Task for each item and then wait until all tasks are finished.
  2. Use Parallel.For to process all class object concurrently.
  3. You use async/await to process all object concurrently.
  4. All Above

Show Correct Answer


Source: microsoft exam(C#) | | Alert Moderator 

Comments or Responses

Login to post response