Concurrency in C# Cookbook by Steve Cleary is the first of a series of books I planned to read to improve my async programming skills.
[Read More]
Going deeper with async programming
When you start coding async apps in C# it looks super simple, almost magical. You put some asyncs here some awaits there, and you are done!
[Read More]
Puppeteer Sharp Monthly Report - December 2018
Last report of 2018! No, I won’t get emotional. Let’s go to the facts (cries a little bit thinking about December).
[Read More]
Async Void Fairy Tale
title: A fairy tale about async voids, events and error handling tags: puppeteer-sharp csharp permalink: /blog/async-void-fairy-tale cross-site-link: https://www.hardkoded.com/es/blog/cuento-async-void — Let me tell you a story about async voids, SynchronizationContext, and async programming. A few days ago we got an issue on Puppeteer-Sharp describing two problems: Puppeteer-Sharp crashes with exceptions which...
[Read More]
Puppeteer Sharp Monthly Report - November 2018
Now that we (almost) catch Puppeteer, I wonder whether this monthly report will still be useful or not in the future. However, I think it’s an excellent place to thank the contributors who stepped in and also the users who join this community.
[Read More]