Parallel task in C# 4.0
Posted
by Jalpesh P. Vadgama
on ASP.net Weblogs
See other posts from ASP.net Weblogs
or by Jalpesh P. Vadgama
Published on Sun, 16 Dec 2012 06:41:49 GMT
Indexed on
2012/12/17
17:04 UTC
Read the original article
Hit count: 252
In today’s computing world the world is all about Parallel processing. You have multicore CPU where you have different core doing different work parallel or its doing same task parallel. For example I am having 4-core CPU as follows. So the code that I write should take care of this.C# does provide that kind of facility to write code for multi core CPU with task parallel library. We will explore that in this post.
© ASP.net Weblogs or respective owner