Is System.Threading.Tasks available in Visual Studio 2010 Express?

1.1k views Asked by At

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.

4

There are 4 answers

0
Neil Knight On

Yes. It is part of the .Net 4 framework.

0
Oded On

The namespace was introduced in the .NET 4.0 framework, so unless you target an earlier framework, it will be available.

0
sloth On

Yes. It's avaiable in all versions of Visual Studio 2010, because it it part of the .NET-Framework

0
stack72 On

you can use system.threading.tasks but with Visual Studio Express there is no support for multi-thread debugging i believe