Poll Results : Do you use Microsoft-hosted agents or self-hosted agents with Azure DevOps

In work we are considering switching to self-hosted agents for our build pipelines in Azure DevOps as the Microsoft hosted … Continue reading Poll Results : Do you use Microsoft-hosted agents or self-hosted agents with Azure DevOps

Entity Framework 8 with SQL Server provider will support DateOnly and TimeOnly types

Version 5.1 of Microsoft.Data.SqlClient was released last week (19th Jan 2023) and included support for DateOnly and TimeOnly types which … Continue reading Entity Framework 8 with SQL Server provider will support DateOnly and TimeOnly types

How to spilt a collection into sub collections of a certain size in .NET 6+ using the LINQ Chunk method

FYI, in .NET 6+ the Chunk LINQ method is useful for splitting up sequences into sub sequences of a certain … Continue reading How to spilt a collection into sub collections of a certain size in .NET 6+ using the LINQ Chunk method