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.

Log Method Name Helper

Log Method Name Helper

Sometimes it's handy to see the order in which methods are firing, or how long they're taking, without having to attach a debugger. Typically, you might write some code like this:

Read More →
Binding Data to Web Performance Tests

Binding Data to Web Performance Tests

Web Performance Tests provide a simple means of ensuring correct and performant responses are being returned from your web application. Testing a wide variety of inputs can be tedious without a way to separate test …

Read More →
ASP.NET MVC 3 Scaffolding Quick Start

ASP.NET MVC 3 Scaffolding Quick Start

Using the latest ASP.NET MVC 3 tools, it's very quick to go from simple C# classes to working data management screens with a generated backing database. This article walks through the basics of getting started with this …

Read More →