Recently i start to learn about parallel programming. In that i like to apply parallel for so i need System.Threading.Tasks
namespace. Now i am using Visual Studio 2010 Express edition. Is this option available in that edition?I tried in this edition but it not come.but i used another option of .netframework like ZIP method in that same edition.
Is System.Threading.Tasks available in Visual Studio 2010 Express?
1.1k views Asked by ratty At
4
Yes. It is part of the .Net 4 framework.