DailyDrop

T-SQL enhancements in SQL Server 2022

Exploring some of the more useful T-SQL enhancement coming with SQL Server 2022


Read more...


View config values with GetDebugView

Use GetDebugView to view all configuration values


Read more...


EF Find vs First performance

Comparing the performance of Entity Framework's Find and First methods


Read more...


Keyset Pagination (vs Offset pagination)

Exploring keyset pagination in SQL Server


Read more...


Multiple statements in a for loop

A for loop can contain multiple statements in the iterator section


Read more...


CSS property: all

Using the CSS all property to reset all element properties


Read more...


Destructing a Dictionary record into a Tuple

A Dictionary key-value pair can be destructed into a Tuple


Read more...


Lambda vs local function performance

Exploring the performance of a lambda function vs a local function


Read more...


Method currying basics in C#

A simple introduction to method currying in C#


Read more...


Visual Studio layouts

Customizing and switching between Visual Studio layouts


Read more...