Mar 7, 2022

Simple Rules engine via Expression Trees

This post explores a simple rules engine implementation using Expression Trees in .NET.
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.