Nice reduction in CPU usage after upgrade from .NET Framework to .NET 5. I love seeing things like this…
You might also be interested in...
Visual Studio adds ‘What’s New?’ page to showcase new features after an upgradeSince version 17.3 Visual Studio will show a helpful ‘What’s New?’ dialogue after an upgrade to showcase new capabilities that could … Continue reading Visual Studio adds ‘What’s New?’ page to...
Entity Framework Core 7.0 will not wrap single changes in a transaction where possible to improve performance
Entity Framework Core 7.0 will not wrap single changes in a transaction where possible to improve performance. This is nice … Continue reading Entity Framework Core 7.0 will not wrap...
Duplicate rows returned when querying views with entity framework
If your querying a SQL Server view in entity framework it will attempt to use the first non-nullable column as … Continue reading Duplicate rows returned when querying views with...
Improving performance of read only selects in entity framework by turning off tracking with AsNoTracking method
We had a new contractor start the other day in work and he brought to my attention the ability to … Continue reading Improving performance of read only selects in...
Labelling Entity Framework Core queries in log files using TagWith
In Entity Framework Core (2.2+) if you’re capturing queries in logs consider using the TagWith feature to output an arbitrary … Continue reading Labelling Entity Framework Core queries in log...