Always Developing

always learning | always growing | always paging (38)

Creating a deterministic guid

How to create a deterministic guid from a string


Read more...


Error and warning preprocessor directives

Generate user-defined compiler error and warnings with preprocessor directives


Read more...


Multi-statement line breakpoints

How to create breakpoints on part of a multi-statement line


Read more...


Capture exception state

Using ExceptionDispatchInfo to capture exception state


Read more...


Environment.FailFast

How FailFast can be used to skip the finally block


Read more...