The Grayzone's blog

Moving to Jekyll
Hello again...
Combined AD authentication with Umbraco
How to implement membership providers to use a fallback method of checking first AD authentication and then checking default Umbraco membership for validating credentials.
Implementing DPAPI in Compact Framework
Everyone's favourite, COM Interop... How to use the Windows Data Protection API within a compact framework application.
Changing app.config for Build Configurations
MSBuild steps for replacing default app.config with one for another configuration (NOTE: this replaces the entire file and doesn't use Config Transformations).
Unit Testing Asynchronous Operations
Some sample code that can be used for testing methods that have an (eventname)Complete event that is called on completion.