Always Developing

always learning | always growing | always paging (50)

Filtering try-catch statement

Apply filtering to catch statements with a when clause


Read more...


Extract calling method metadata with C#

Extract useful information from a calling method


Read more...


C# Channels - Produce & Consume data

A thread-safe feature for producing and consumer data


Read more...


Performant logging with LoggerMessageAttribute

How to leverage LoggerMessageAttribute for a highly performant logging solution


Read more...


Scheduling with GitHub Actions

How to schedule a GitHub Action


Read more...