Blog
All •
.NET (1) •
C# (6) •
Entity Framework (2) •
IdentityServer3 (1) •
IIS (1) •
Json.NET (1) •
LINQ (1) •
MVC (2) •
OpenID Connect (2) •
OWIN (2) •
TopShelf (1) •
Visual Studio (1)Various approaches to turning a sequence of characters into every possible combination of those characters.
Introduction to using C# Interactive to run C# line-by-line or from scripts.
How to add and remove security-related HTTP response headers for HTML pages and API endpoints, for .NET web applications hosted in IIS.
How to simply serialize and deserialize an interface with several possible concrete implementations using Json.NET
What looks like a C# collection initializer without a "new" keyword, is in fact a collection appender.
How to set the EnableServiceRecovery options of a console application running as a Windows Service using TopShelf.