Feb 18, 2022

.NET Core / 6 Custom Templates

A lap around .NET Core Custom templating engine.
Feb 4, 2022

Sync over Async Web API - Durable Functions (Clean up)

Addendum to the previous post about clean up of Durable Orchestration History.
Jan 28, 2022

Sync over Async Web API - Durable Functions

This post builds on previous post and explores how to implement same logic in serverless world using Durable Functions.
Jan 14, 2022

Sync over Async Web API

This post explores how to leverage TaskCompletionSource to control the lifetime of a Web API request.