Steve Moss
How to help the C# compiler pick an extension method when there are multiple matching extension methods in the same namespace.
Steve Moss
Various approaches to turning a sequence of characters into every possible combination of those characters.
Steve Moss
Introduction to using C# Interactive to run C# line-by-line or from scripts.
Steve Moss
How to add and remove security-related HTTP response headers for HTML pages and API endpoints, for .NET web applications hosted in IIS.
Steve Moss
How to simply serialize and deserialize an interface with several possible concrete implementations using Json.NET
Steve Moss
What looks like a C# collection initializer without a "new" keyword, is in fact a collection appender.
Steve Moss
How to set the EnableServiceRecovery options of a console application running as a Windows Service using TopShelf.