Category Archives: Articles

Writing ReSharper 4.5.x Macros

While working on the MVC Marathon, I decided to try out ReSharper and write some good templates to make my time unit testing in ASP.NET MVC a little quicker. I soon realized that I needed a macro that would turn … Continue reading

Posted in Articles | Tagged , | 3 Comments

Monitoring Local Directories with Siphon

This is the third in a series of posts about Siphon, a set of data monitoring utilities for .NET under the MIT license. The source code can be found on GitHub.

Posted in Articles | Tagged , , | Comments Off

Siphon Configuration

This is the second in a series of posts about Siphon, a set of data monitoring utilities for .NET under the MIT license. The source code can be found on GitHub.

Posted in Articles | Tagged , | Comments Off

An Introduction To Siphon

This is the first in a series of posts about Siphon, a set of data monitoring utilities for .NET under the MIT license. The source code can be found on GitHub.

Posted in Articles | Tagged , , , , , , | Comments Off

MVC Marathon Part 3: Creating a Restaurants Controller and View

Welcome to part 3 of MVC Marathon, a multipart excursion into creating an application in the major MVC frameworks available today. The source code for this part can be found here: http://github.com/claco/mvc-marathon/tree/part3/

Posted in Articles | Tagged , , , , , , , , , , , | Comments Off

MVC Marathon Part 2: Creating a Database and Model

Welcome to part 2 of MVC Marathon, a multipart excursion into creating an application in the major MVC frameworks available today. The source code for this part can be found here: http://github.com/claco/mvc-marathon/tree/part2/

Posted in Articles | Tagged , , , , , , , , , , , | 1 Comment

MVC Marathon Part 1: Creating a New Application

Welcome to part 1 of MVC Marathon, a multipart excursion into creating an application in the major MVC frameworks available today. The source code for this part can be found here: http://github.com/claco/mvc-marathon/tree/part1-creating-a-new-application/

Posted in Articles | Tagged , , , , , , , , , , , | 5 Comments

MVC Marathon

Over the last few years, I’ve spent a fair amount of time on the same projects, using the same tools, in the same languages. By day, I’m a mild mannered .NET programmer. By night, I fly the Perl flag, and … Continue reading

Posted in Articles | Tagged , , , , , , , , , , , | 5 Comments