Always Developing

always learning | always growing | always paging (36)

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...