Always Developing

always learning | always growing | always paging (40)

Soft deletes with EF global filters

How EF Core global filters can be used to simplify soft deletes


Read more...


Goto and switch statements

Using goto statements with switch statements


Read more...


String interning in C#

How interning reuses memory for strings of same value


Read more...


Line breaks in string interpolation

Line breaks allowed in interpolation expressions with C#11


Read more...


Creating a task in a task

Exploring what happens when creating a task from within a task


Read more...