Ready To Run (R2R) to improve the performance of Azure Functions2024, Jan 11 — 5 minute readHow can ReadyToRun (R2R) improve the performance of Azure Functions? Are there any visible/quantifiable gains by enabling it? What is…
IChatable Podcast - S1 E3 Marcel, Microsoft MVP, Practice Lead2024, Jan 09 — 1 minute readBefore the holiday break, I had the pleasure of being invited to the IChatable Podcast by Mohamed Abdullah, where insightful conversations…
YouTube Presentation - The secrets of configuration files2023, Dec 11 — 1 minute readGreat presentation available on Coding Night NZ channel about The secrets of configuration files.
Docker Images can be generated in dotnet projects without a Dockerfile. Did you know?2023, Nov 03 — 4 minute readDid you know that you can generate Docker Images in dotnet projects? Traditionally we would use a Dockerfile to generate Docker Images, but…
Changing the Azure Function timeout duration. Did you know?2023, Oct 20 — 1 minute readTimeouts are a common issue when working with Azure Functions, specially when you are working with long running processes. The issue This is…
YouTube Presentation - Building robust and resilient applications with Polly2023, Oct 09 — 1 minute readGreat presentation available on Coding Night NZ channel about Building robust and resilient applications with Polly.
Correlation Identifier Pattern with Azure Functions Middleware2023, Sep 22 — 2 minute readIdentifying and resolving issues in distributed applications can pose significant challenges. The strategic utilization of correlation…
Resilient Modern Apps with Polly in .NET - Retry Pattern2023, Sep 02 — 6 minute readModern Apps should be resilient, catering for transient faults when communicating with services. In this post, the retry pattern is…
Visitor Pattern with C# - Real World Tax Example2023, Aug 19 — 5 minute readThe Visitor pattern is a behavioural design pattern, allowing new operations to be created or executed by the object, without modifying its…
Out-Of-Process Azure Functions with Fluent Validation2023, Aug 02 — 4 minute readCreating Azure Functions has never been easier, thanks to the Out-Of-Process (Isolated) model, which allows us to effortlessly hook services…