CodeMash 2012 Sessions
Last week I presented two half-day workshops at CodeMash's
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.
Kanban is a system for improving existing production processes. Learn more about the process, and how to get started applying it, in this brief overview.
When designing your software systems, favor the use of classes to model behavior within the system over the overuse of flags in your data model. The resulting design will be more flexible, less tightly coupled, and …
If you’re working on creating a pleasant-looking HTML email template for your site’s newsletter, you’ll want to test it out on the major email clients, including Outlook and GMail. For instance, if you …
This article demonstrates a simple way to quickly retrieve the length of MSMQ queues from an ASP.NET MVC application using C#.
Using lazy initialization in C#, a class's state is set up such that each property's get method performs a check to see if the underlying field is null.
I've been using RazorEngine on a project and have been impressed
You can use the sc.exe command to install an EXE as a service on