Jeremy Bytes
byte-sized chunks of .NET
Saturday, December 31, 2016
2016 Year in Review
›
It's been an interesting year. I've traveled quite a bit, met a lot of great people, made some friends, and learned some new things....
1 comment:
Tuesday, December 27, 2016
More Simple Mocking in F# with Object Expressions
›
A few weeks ago, I did some simple mocking in F# by using object expressions . I thought this was a really cool option, particularly since m...
Monday, December 19, 2016
When Progress Reporting Goes Bad: Incremental Progress vs. Cumulative Progress
›
Last time, we looked at how to report progress with an asynchronous task by using whatever payload we like. For that example, we used cumul...
Thursday, December 15, 2016
Custom Progress Reporting with Task
›
Last time, we looked at how to do simple progress reporting with Task . In that example, we passed an integer from our asynchronous method t...
Simple Progress Reporting with Task
›
Last week at Live! 360 Orlando, I got to give one of my favorite talks: I"ll Get Back to You: Task, Await, and Asynchronous Methods . A...
‹
›
Home
View web version