-
Recent Posts
Recent Comments
- Jaspreetdeo on Odoyule Rules Engine for .NET
- Jason Yandell on Odoyule Rules Engine for .NET
- Chris Patterson on Odoyule Rules Engine for .NET
- Wayne Brantley on Odoyule Rules Engine for .NET
- Jesse Williamson on Odoyule Rules Engine for .NET
Archives
- 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
Monthly Archives: November 2011
References on the Actor Programming Model
The actor programming model is a software development method that encourages the decomposition of applications into autonomous components which are self-contained and operate asynchronously and independently from one another. This model is well aligned with the nondeterministic nature of distributed … Continue reading
Posted in Uncategorized
3 Comments
MassTransit v2.0.1 Available
At the end of October, we released MassTransit v2.0.1 to GitHub and NuGet. This release only included a few fixes that didn’t make it into the v2.0 release. Since I never made an official announcement of v2.0 on the blog, … Continue reading
Posted in Uncategorized
1 Comment
Actor Model Programming in C#
Last week, I had the pleasure of attending Øredev in Malmö, Sweden. While at the conference, I presented two sessions — including a new talk on Actor Model Programming in C#. This was the first official presentation I’ve given on … Continue reading
