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
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
No, if you want to use System.Threading.Tasks, you will have to upgrade to .NET 4.0
I believe the Reactive Extensions for .NET (Rx) include some of the .NET 4.0 concurrency bits.
So that might be worth a look: http://msdn.microsoft.com/en-us/devlabs/ee794896.aspx
Check out the System.Threading.dll