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.

Installing Orchard Content Management System

Installing Orchard Content Management System

Orchard is a free, open source content management system built on the ASP.NET platform and suitable for blogging or other content sites. It is very extensible and easy to set up. In this article, Steve shows how to get …

Read More →
Handling Errors with ASP.NET MVC

Handling Errors with ASP.NET MVC

Sometimes your ASP.NET MVC application is going to throw unhandled exceptions. Do you think your users want to see a Yellow Screen Of Death and a stack trace, or maybe something a bit friendlier? In this article, Steve …

Read More →
Code Analysis Using Atomiq

Code Analysis Using Atomiq

Code analysis is one way you can keep your code clean and your technical debt low. One of the simplest ways to achieve this is to minimize blocks of duplicate code, usually the result of cut-and-paste coding. Atomiq is …

Read More →