-
Recent Posts
Recent Comments
Archives
- March 2013
- November 2012
- August 2012
- July 2012
- April 2012
- November 2011
- May 2011
- March 2011
- May 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- February 2008
- January 2008
- December 2007
- November 2007
Categories
Meta
Author Archives: Chris Patterson
I’m Down With M.V.C., Yeah You Know Me!
Over the past week, I’ve had some time to dig into the new ASP.NET MVC framework. For starters, my background in web development is mostly classic ASP talking to COM objects built in C++. I’ve only used ASP.NET to provide … Continue reading
Posted in .net, altdotnet
2 Comments
Declarative Workflow with MassTransit
One of the really cool features that is available in the 0.6 release of MassTransit is the ability to declaratively define a saga/workflow using a nested-closure syntax in combination with a fluent builder. While some wonder if fluent interfaces are … Continue reading
Posted in .net
3 Comments
MassTransit 0.6 Release Candidate
I’m proud to announce that we are getting close to a final 0.6 release of MassTransit. We’ve been working on this release since early December and have added a lot of new functionality. We’re also glad to have integrated a … Continue reading
Posted in .net
2 Comments
Dr. Dru and PhatBoyG On Elegant Code Cast
Just over a week ago, Dru Sellers and I recorded a podcast with Elegant Coders Jarod Ferguson and David Starr. We spent a couple of hours discussing event driven architecture (EDA), messaging, and MassTransit. Through the magic of editing, they … Continue reading
Posted in .net
Leave a comment
Developing for the iPhone
First, one my the reasons I love using OSX: 16 applications open including 4 Xcode projects, Photoshop, Numbers, Evernote, Mindjet MindManager, and more without a hint of slowdown and still 1.3 GB free (4GB total on my MBP). It’s wide, … Continue reading
Posted in osx
2 Comments
State Machine for Managing Sagas
MassTransit supports sagas, which are long-lived transactions consisting of multiple events. The saga support makes it easy to orchestrate the events into a process, but it doesn’t do much to help with state management. Since state management is fairly common, … Continue reading
Posted in .net, masstransit
6 Comments
MassTransit Turns One Year Old, Celebrations Held Around the World
Today marks the one year anniversary of the first commit to the MassTransit GoogleCode repository. While Dru Sellers and I initially did some proof of concept work, this day marks the decision to go forward with a standalone .NET messaging … Continue reading
Posted in Uncategorized
Leave a comment
Simplified MassTransit Configuration
One of the things I’ve missed since we integrated container support is the ability to quickly and easily create an instance of the ServiceBus. After Ayende agreed, I decided it was time to do something about it. Behold the minimum … Continue reading
Posted in Uncategorized
1 Comment
QCon San Francisco, Opening Day
The main conference for QCon started Wednesday, opening with a keynote by Martin Fowler and Rebecca Parsons from Thoughtworks. The topic was Architects and Agilists – Allies not Adversaries. As you can surmise from the title, this talk focused on … Continue reading
Posted in Uncategorized
Leave a comment
QCon in San Francisco Getting Started
This week I’m attending QCon, the international software developers conference, and since the day I arrived it has been great. The depth of knowledge is truly amazing and I’m enjoying some excellent conversations. The attendee mix is (based on my … Continue reading
Posted in Uncategorized
Leave a comment
