Always Developing

always learning | always growing | always paging (19)

UTF8 string literals in C#11

How string literals are easily translated into bytes with C#11


Read more...


Application lifetime events with IHostApplicationLifetime

Using IHostApplicationLifetime call back events to handle post-startup and graceful shutdown tasks


Read more...


Streaming responses from a minimal api

How to use IAsyncEnumerable amd yield in a minimal api


Read more...


Auto-default struct property values

Struct properties auto defaulting coming in C# 11


Read more...


Correlation using the Activity class

Using the Activity class to correlate requests across distributed systems


Read more...