Previously, I talked about patterns where you were unlikely to implement them yourself, since they are now considered part of the infrastructure that goes with a modern language. The publish/subscribe model isn't quite ready to be described as infrastructure, but it's getting close. So, here are two patterns I don't honestly think it's worth knowing. Here, it's not so much that the patterns are bad, just that you're better off understanding and using the publish/subscribe model. Here's how the pub/sub model works: Participants are called services. They do not communicate directly with one another, but through messages/events raised...