Always Developing

always learning | always growing | always paging (20)

Constructors with default values

Constructors with default values and dependency injection behavior


Read more...


Delay SQL execution with WAITFOR

Using the SQL WAITFOR command to delay the execution of a SQL statement


Read more...


Formatting interpolated strings

How interpolated strings can be formatted without using the ToString method


Read more...


.NET 7 API output caching

An introduction into output caching coming with .NET 7


Read more...


Dynamic EF operations with EF.Property

Using EF.Property to dynamically reference entity properties using a string


Read more...