Posts
All the articles I've posted.
-
CancellationToken in Real Systems
A practical follow-up to CancellationToken basics: request aborts, linked tokens, timeouts, background services, and the mistakes that show up in production backends
-
Blog Update 2
The blog gets a fresh new look, powered by Astro and the AstroPaper theme
-
A Journey into the Cloud
A bird's eye view of Cloud Computing, different kinds of services available and some essential concepts along the way
-
A Deep Dive into C#'s CancellationToken
A deep dive into C#'s CancellationToken, how to work with them and some recommended patterns while adopting them
-
Improvements and Implementations of the Singleton Pattern
How the default singleton pattern becomes an anti-pattern at times and how we can improve on its flaws in different ways to create ambient services in your code
-
How to Create a Fluent API in C#
A introductory post talking about fluent apis, its pros and cons and how to design one for yourself from scratch
-
How to create a custom C# Attribute to Inject Extra Behavior in Tests
How I made a custom attribute to decorate my usual tests with extra behavior for tests written using the MS Test Framework
-
How to have Multiple Custom Script Extensions for Azure Virtual Machines in One ARM Template Deployment
A simple trick on how to use multiple Custom Script Extensions for Azure VMs, when you want to use multiple custom script extensions in one deployment at different stages of deployment, in a single ARM template