Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Tuesday, June 24, 2014
Simple interprocess messaging using queues (3/3)
›
In this last part of the tutorial we will try to answer questions raised in the previous entry: how should we approach a complex scenario in...
Simple interprocess messaging using queues (2/3)
›
In the second entry of our messaging tutorial we will create a producer and a consumer using the RabbitMQ server in the middle. RabbitMQ is...
Simple interprocess messaging using queues (1/3)
›
This entry opens a 3-part tutorial on simple publish-subscribe implementations in .NET. We will try three different approaches: MSMQ Rab...
Thursday, February 27, 2014
Lifetime management of WCF services with an IoC container
›
The default WCF service factory doesn’t offer much: there is no control over how service instances are created and then disposed after the r...
1 comment:
‹
›
Home
View web version