Click here to Skip to main content
15,914,013 members
Everything / AsyncCTP

AsyncCTP

AsyncCTP

Great Reads

by Sergey Shumov
A new way to implement finite-state machine using async/await
by David Sehnal
A computation wrapper with built-in progress tracking using Reactive Extensions for .NET (and AsyncCTP).

Latest Articles

by Sergey Shumov
A new way to implement finite-state machine using async/await
by David Sehnal
A computation wrapper with built-in progress tracking using Reactive Extensions for .NET (and AsyncCTP).

All Articles

Sort by Score

AsyncCTP 

21 Dec 2011 by Nikhil_S
Hello I am using a async function (task(of T)) in which i have a await function.Now in await We can use taskex.whenany or taskex.whenall.My doubt is whether we can use a function with a 'delay(millseconds)'.if not why ?if yes then how? please help
22 Dec 2011 by Nikhil_S
I got the Answer for my post.create two variables and then the result of that pass in await statement e.g.var t1=functionname();var t2 = TaskEx.Delay(dueTime);await TaskEx.WhenAny(t1, t2);
17 Jan 2013 by sjelen
It's hard to give a solution without knowing your exact network setup.Most common case when connecting through a router is that your local network is behind NAT and it makes direct connection from Internet to local computer impossible.Solution depends on your router capabilities: you would...
17 Jan 2013 by animares
I just want to use socket to connect to a remote computer and send the message (TCP chat). What do you suggest? Port forwarding or put the computer in DMZ zone?
8 May 2013 by Sergey Shumov
A new way to implement finite-state machine using async/await
25 Apr 2011 by David Sehnal
A computation wrapper with built-in progress tracking using Reactive Extensions for .NET (and AsyncCTP).
17 Jan 2013 by animares
Can not connect to the computer from the Internet by using socket, when the computer has Internet connected not directly through a lan card. What to do? If I have a computer podklyuchayus Katori Internet connection directly everything is fine and turns with adaprami of TP-LINK does not work.