DailyDrop

Introduction to the SQL MERGE

An introduction to the SQL MERGE statement


Read more...


Value type default values

Understanding the default value for a value type


Read more...


Flags attribute for enums

Using the Flags attribute to treat an enum as a set of flags


Read more...


Visual Studio Code snippets

Having a look at some of the code snippets shipped with Visual Studio


Read more...


Creating temporary files in .NET

Exploring the built-in temporary file creator


Read more...


Anonymous type property name inference

How anonymous types can infer property names from variable names


Read more...


Static constructors in C#

Exploring the behavior of static constructors in C#


Read more...


Catering for big numbers with BigInteger

How to work with integer values great than int.MaxValue with BigInteger


Read more...


Controller FromServices change in .NET 7

How the FromServices requirement for controllers is changing in.NET 7


Read more...


Rectangle text selection in Visual Studio

How and why the rectangular text selection is useful


Read more...