Safia from Microsoft posted this on BlueSky recently …

This is great news but based on what she also posted on Reddit it looks like we should expect some breaking changes.

You might also be interested in...
Entity Framework 8 with SQL Server provider will support DateOnly and TimeOnly typesVersion 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...
Simple string concatenation using String.Create and other performance sensitive approaches in .NET 8
I posted my previous simple string concatenation benchmark results where I was concatenating my name with spacer on Reddit recently. … Continue reading Simple string concatenation using String.Create and other...
In .NET 6 the ZIP LINQ extension can now support merging three sequences together
In .NET 6 the ZIP LINQ extension can be used to merge elements from three sequences together. Previously it was … Continue reading In .NET 6 the ZIP LINQ extension...
Poll Results : Are many .NET devs moving away from Moq after #moqgate?
I took this Twitter poll recently to gauge how many devs were thinking of moving away from Moq after the … Continue reading Poll Results : Are many .NET devs...
Should I use the repository pattern over Entity Framework?
I’m not sure we’ll ever see the end of the ‘Should I use the Repository Pattern over Entity Framework‘ debate … Continue reading Should I use the repository pattern over...