As you might have noticed recently, I am in a more "meta" programing mood, to be honest, lately I played a lot with Blazor building some wacky things, and more or less I arrived at the following problem, how can we build a dynamic parameter for a list.Where(item => ??) type clause. Why you ask… Continue reading Build dynamic Linq filters (aka. where() predicates)
Tag: dynamic
Build dynamic workflows with azure durable functions (Low-Code style) – Part 2
This is part of a mini-series where we want to build low code product on the shoulders of azure durable functions: Build dynamic workflows with azure durable functions (NoCode style) - Part 1Build dynamic workflows with azure durable functions (Low-Code style) - Part 2 (this)Add branching logic to your dynamic workflows with azure durable functions -… Continue reading Build dynamic workflows with azure durable functions (Low-Code style) – Part 2