Filtering try-catch statement
Apply filtering to catch statements with a when clause
Extract calling method metadata with C#
Extract useful information from a calling method
C# Channels - Produce & Consume data
A thread-safe feature for producing and consumer data
Performant logging with LoggerMessageAttribute
How to leverage LoggerMessageAttribute for a highly performant logging solution
EF Core 6: GroupBy enhancements
Improvements made to the Entity Framework Core 6 GroupBy functionality
Use IOptions<> for application configuration
Use IOptions for configuration and leverage the additional available interfaces