-2

I need to write application in .NET which will be make some calculations on few comuters (eg.3 computers). How write this application, wchich library i need to use. Do you now any good materials about that?

user1031034
  • 836
  • 1
  • 14
  • 38

1 Answers1

1

Try looking into the Task Parallel Library

Or if you really want to use multiple computers, then check out:

Using Task Parallel Library with Multiple Computers

Community
  • 1
  • 1
Jason Evans
  • 28,906
  • 14
  • 90
  • 154