Is there a way to use .Net 4.0 System.Threading.Tasks class in .Net 3.5 or .Net3.0 versions?

Posted by priya on Stack Overflow See other posts from Stack Overflow or by priya
Published on 2010-04-30T07:35:30Z Indexed on 2010/04/30 7:37 UTC
Read the original article Hit count: 313

Filed under:
|

Hi,

I get to understand the .Net 4.0 provides a better approach on multi-threading with tasks. Is there a way that it is possible to do the same approach in .Net 3.5 or .Net 3.0.

Thanks, Priya.R

© Stack Overflow or respective owner

Related posts about .NET

Related posts about multithreading