Always Developing

always learning | always growing | always paging (51)

C# ValueTuple

Exploring the C# ValueTuple type


Read more...


EF Core 6: GroupBy enhancements

Improvements made to the Entity Framework Core 6 GroupBy functionality


Read more...


Use IOptions<> for application configuration

Use IOptions for configuration and leverage the additional available interfaces


Read more...


C# Records - the rundown

Not sure what records are? Here's the quick rundown


Read more...


Use the ILogger IsEnabled method

More effective memory usage using ILogger.IsEnabled


Read more...