-
Recent Posts
Recent Comments
- derekgreer on RabbitMQ for Windows: Fanout Exchanges
- Patty on RabbitMQ for Windows: Fanout Exchanges
- derekgreer on RabbitMQ for Windows: Introduction
- derekgreer on RabbitMQ for Windows: Introduction
- Joel on RabbitMQ for Windows: Introduction
Archives
- May 2012
- April 2012
- March 2012
- February 2012
- December 2011
- October 2011
- September 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- October 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- October 2009
- June 2009
- May 2009
- March 2009
- December 2008
- November 2008
- October 2008
- June 2008
- January 2008
- August 2007
- June 2007
- January 2006
- October 2005
Tags
acceptance testing Acronyms Arrow ASP.NET MVC Assembly Resolution Auto-mocking Containers BDD C# Closures Composite Application Development Convention over Configuration Custom Assertions Cygwin Dependency Injection Dependency Inversion Principle Design Patterns ECMAScript Expected Object Pattern ExtensionMethods Git JavaScript Law of Demeter Machine.Specifications Managed Extensibility Framework Model-View-Controller Model-View-Presenter NHibernate NuGet Object-Oriented Design Presentation-Abstracton-Control RabbitMQ Resharper TDD Test Doubles Testing Ubiquitous Language UnityMeta
Author Archives:
RabbitMQ for Windows: Headers Exchanges
This is the eighth and final installment to the series: RabbitMQ for Windows. In the last installment, we walked through creating a topic exchange example. As the last installment, we’ll walk through a headers exchange example. Headers exchanges examine the … Continue reading
RabbitMQ for Windows: Topic Exchanges
This is the seventh installment to the series: RabbitMQ for Windows. In the last installment, we walked through creating a fanout exchange example. In this installment, we’ll be walking through a topic exchange example. Topic exchanges are similar to direct … Continue reading
RabbitMQ for Windows: Fanout Exchanges
This is the sixth installment to the series: RabbitMQ for Windows. In the last installment, we walked through creating a direct exchange example and introduced the push API. In this installment, we’ll walk through a fanout exchange example. As discussed … Continue reading
RabbitMQ for Windows: Direct Exchanges
This is the fifth installment to the series: RabbitMQ for Windows. In the last installment, we took a look at the four exchange types provided by RabbitMQ: Direct, Fanout, Topic, and Headers. In this installment we’ll walk through an example … Continue reading
RabbitMQ for Windows: Exchange Types
This is the fourth installment to the series: RabbitMQ for Windows. In the last installment, we reviewed our Hello World example and introduced the concept of Exchanges. In this installment, we’ll discuss the four basic types of RabbitMQ exchanges. Exchange … Continue reading
RabbitMQ for Windows: Hello World Review
This is the third installment to the series: RabbitMQ for Windows. In the last installment, we discussed some basic messaging concepts and created our first RabbitMQ application. In this installment, we’ll be taking a closer look at our Hello World … Continue reading
Dependency Management in .Net: Offline Dependencies with NuGet Command Line Tool
Today I stumbled upon Scott Haselman’s post: How to access NuGet when NuGet.org is down (or you’re on a plane) in which Scott discusses how he recovered from an issue with the nuget.org site being down during his demo at … Continue reading
RabbitMQ for Windows: Building Your First Application
This is the second installment to the RabbitMQ for Windows series. In our first installment, we walked through getting RabbitMQ installed on a Microsoft Windows machine. In this installment, we’ll discuss a few high-level concepts and walk through creating our … Continue reading
RabbitMQ for Windows: Introduction
If you’re interested in getting started with distributed programming and you develop on the Microsoft Windows platform, RabbitMQ may be what you’re looking for. RabbitMQ is an open source, standards-based, multi-platform message broker with client libraries available for a host … Continue reading
JavaScript Closures Explained
If you write any code in JavaScript then you’ve probably used closures, but do you actually understand what they are and how they work? Taking the time to understand closures and how they’re implemented can add a deeper dimension to … Continue reading
