favicon

Blog ... but mostly ramblings

Blog Articles

  • Async/await in Umbraco custom controllers - Part 2

    12th November 2015

    Following on from my original post about a bug in async/await actions in custom controllers in Umbraco 6 & 7, I did some investigations and found the cause. So I thought I'd outline my solution for all those who can't upgrade. It's also an interesting trip into code that you wouldn't normally touch.

    Tags: Umbraco , Async
  • Async/await in Umbraco custom controllers

    12th October 2015

    Custom controllers in Umbraco natively support async/await operations but it's not clear how to implement an asynchronous controller correctly.

    Tags: Umbraco , Async
Return to top