You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DotNet20BridgeNet4x provides library with classes from Mono to bring modern C# language features to .NET 2.0, such as: CTP (async/await) , Task Parallel Library(TPL),Linq,Linq.Expressions,Pipes,Security...
##Library with classes from Mono to bring modern C# language features to .NET 2.0
1:DotNet20BridgeNet4x provides C# 5 async and await support for net2.0 projects.
DotNet20BridgeNet4x provides old .net2.0 projects support async CTP (async and await keyword)
2: Task Parallel Library(TPL) in net2.0 projects.
3: Linq int net2.0 projects.
4: Linq.Expressions int net2.0 projects.
5: Pipes in net2.0 projects.
About
DotNet20BridgeNet4x provides library with classes from Mono to bring modern C# language features to .NET 2.0, such as: CTP (async/await) , Task Parallel Library(TPL),Linq,Linq.Expressions,Pipes,Security...