UTF8 string literals in C#11
How string literals are easily translated into bytes with C#11
Application lifetime events with IHostApplicationLifetime
Using IHostApplicationLifetime call back events to handle post-startup and graceful shutdown tasks
Streaming responses from a minimal api
How to use IAsyncEnumerable amd yield in a minimal api
Auto-default struct property values
Struct properties auto defaulting coming in C# 11
Correlation using the Activity class
Using the Activity class to correlate requests across distributed systems