I understand that .Net 4.0 provides a better approach to multi-threading with tasks. Is there a way that you can do the same approach in .Net 3.5 or .Net 3.0.
Thanks Priya.R
I believe that Reactive Extensions for .NET (Rx) contain some of the bits of the .NET 4.0 concurrency.
So, this may be worth a look: http://msdn.microsoft.com/en-us/devlabs/ee794896.aspx
Check System.Threading.dll
No, if you want to use System.Threading.Tasks, you will need to upgrade to .NET 4.0
System.Threading.Tasks
.NET 3.5, downloded rx 3.5 System.Threading.dll .
now you can use the directive using System.Threading.Tasks ;
Hope this can help you ...
Source: https://habr.com/ru/post/1743461/More articles:Returning after a merger, bad idea? - svnTrigger trigger for bulk insert - sql-serverSends a hashed password over a wire to a security hole? - securityWhy are my Lucene document results empty? - cassandraHow to implement password protected PDF file in iPhone SDK - iphonefile input - preventing the selection of certain file types and size - jquerySQL Join query help - sqlWhere is the parser documentation? - djangoGetting Json Array - jsonhow to import other circuit banks using scomp tool - javaAll Articles