Always Developing

always learning | always growing | always paging (35)

Generic attributes with C#11

Starting with C# 11 attributes can now contain generic parameters


Read more...


LINQ First and Single performance

Investigating LINQ performance when retrieving a single item from a enumeration


Read more...


Raw string literals in .NET7

Exploring the useful .NET7 raw string literal feature


Read more...


IEnumerable count without enumeration

How to (possibility) get an IEnumerable count with TryGetNonEnumeratedCount


Read more...


Introduction to the SQL MERGE

An introduction to the SQL MERGE statement


Read more...