Loading ...

One More Example Of Selectors

Hello everybody, today I want to present one more example of selectors, but the one, that has multiple fields in it.  Consider following code: using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using...

Working With Dockerfile

Hello everybody, today I want to write a few words about Dockerfile.  So, as usually for developer it will not be enough just ordinary docker images. Quite often they need to add some more features to docker images. One of the useful ways to organize it can be creating Dockerfile.  Dock...

Wcf Rabbitmq Binding

Hello everybody, recently I've spent plenty of time with the following task: Create Publisher/Subscriber application that via WCF send/receive messages from RabbitMQ. As foundation for my code I've used code from Dieg web site, just modified binding. Bindings were modified in App.config file...

Some Notes About Msmq

Hello everybody, today I want to document few features of MSMQ. First of all I want to say that MSMQ is ancient technology. It started it's life from Windows 95 as windows service. So for time of writing of this blog post it already had 22 years!  General principle of working of MSMQ is save...