Blog Posts

MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.

ASP.NET Shared Authentication Problem Solved

ASP.NET Shared Authentication Problem Solved

Last week I worked with a client to solve an issue they were having with a new ASP.NET 4.x application they had created using Visual Studio 2015. Their site is set up so that all of the authentication occurs through a …

Read More →
Configure NLog with StructureMap

Configure NLog with StructureMap

In a couple of recent posts, I demonstrated how to set up StructureMap 4 in a simple.NET console application, and how to configure NLog to capture and record some app-specific fields with each logged entry (well, to be …

Read More →
ASP.NET 5 Migration to RC1 Notes

ASP.NET 5 Migration to RC1 Notes

I’ve been migrating a number of articles from docs.asp.net to RC1 from beta8 (and earlier) and these are some of my notes. You may also find the following links helpful: Eric Anderson Migration from Beta 8 to RC1 …

Read More →