Implementing a custom Trigger for an Isolated .Net Azure FunctionAdding a custom Azure function trigger for the new isolated .net azure function model, step by stepJul 24, 2023Jul 24, 2023
Understanding the Visual Studio Docker-Compose integrationIn this post, I’m giving an overview of what happens under the hood when using the Visual Studio Docker-Compose integrationApr 19, 2023Apr 19, 2023
Published inITNEXTAwaiting any type in C#Did you know you can not only await Tasks, but any type in C#? In this post I examine and implement really useful custom awaitables!Oct 22, 2022Oct 22, 2022
Published inITNEXTUnderstanding the Visual Studio Docker FastMode integrationHitting F5 in a dockerized project in Visual Studio does more behind the scenes than you think!Sep 4, 2022Sep 4, 2022
Published inITNEXTMerging concurrent IAsyncEnumerable<T> operations for increased performanceIn this post, we build a concurrent funnel which allows merging of multiple concurrent IAsyncEnumerable<T> for increased performanceJun 20, 20222Jun 20, 20222
Published inITNEXTIsolated end to end tests with docker-composeIn this post, I want to get in detail of how to build an entirely isolated docker-compose based end to end test to verify code changes.Apr 26, 2022Apr 26, 2022
Published inITNEXTC# code quality tooling with Roslyn, Resharper and NDependCovering some of my favourite code quality toolings I came across in my C# journeys so far.Feb 21, 2022Feb 21, 2022
Published inITNEXTRange & Index — C#8 features under the radarBeing an underrated C#8 feature, ranges and indices definitely make working with arrays, strings and span a lot easierFeb 4, 20221Feb 4, 20221
Published inITNEXTHow does a middleware pipeline implementation look like?Implementing a simple pipeline to conceptually understand how the big frameworks do their magic!Jan 4, 2022Jan 4, 2022
Published inITNEXTHow to run a dockerized Azure Function within docker-compose in Visual StudioHere’s how to run a containerized azure function and a docker-compose together in VS, with full debugging supportNov 20, 2021Nov 20, 2021