Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
Showing posts with label
task
.
Show all posts
Showing posts with label
task
.
Show all posts
2015-06-11
Asynchronous enumerations - again
›
Almost 2 years ago I wrote about this problem with accessing data from Azure and returning it in a LINQ friendly way. Well not long ago the ...
2015-05-07
To await or not to await - that is the question
›
One question that comes up quite often is if you should always use async/await or not. Sadly enough the answer is not simple because there ...
2014-12-18
Do you really want to properly implement TAP?
›
There is one part of implementing an API using TAP that I've always found cumbersome and that is the guideline to throw argument excepti...
2014-07-10
Writing async tests
›
Ever since async/await was introduced in .net 4.5 I've seen people happily using those keywords in their (unit) tests. A usage I believe...
2014-03-06
Logical task combinators
›
When I had to use Erlang for the very first time it was a brand new language and I was in collage. Back then Erlang did not have a logical ...
2013-10-10
Unexpected Progress
›
When I was working on the WithProgress extensions I learned something about Progress<T> that I didn't expect.
2013-09-26
Task-based Asynchronous pattern - for your pleasure
›
If you liked my old series of articles covering TAP and especially the different extension methods I showed. Then you will be even happier...
›
Home
View web version