Always Developing

always learning | always growing | always paging (48)

EF Core 6 column order

Manually order columns in EF Core 6


Read more...


LINQ improvements - FirstOrDefault defaults

Exploring the FirstOfDefault improvements introduced in .NET6


Read more...


Entity Framework Core interceptors

Query interception with Entity Framework Core interceptors


Read more...


Indexers - access a class as an array

How to extend a class so that it can be accessed as an array


Read more...


Customize source generator output location

How to emit source generated files to be included in source control


Read more...