We have created the base stack, now let’s consider our monolithic application that it is actually a micro-service, so let’s deploy it to our previously created infrastructure. After all the base ...
In this article, I am going to explain how to setup a base stack for Amazon Cloud Formation service. This stack will create several shared resources needed for deploying docker containers on Windows Server 2016...
Now that I have presented how we used to do deploys, the next step is to move our current application to be hosted into Docker. First thing first, we have updated QA and STAGE servers to Windows Server 2016 ...
In this article I am going to present to you how our current infrastructure was looking like. Beside presenting it, I will also share with you scripts and code that we used to use. At this moment we have a b...
You may change your big and cool application to micro-services for a lot of reasons. This article is not about why switching our applications to a micro-services oriented architecture, but on how we chose to do...
We started to move a monolithic service oriented architecture(SOA) application towards micro-services and our first goal is to use container-based solutions for delivering our cloud services.As it is the most c...
Overview MEF (Managed Extensibility Framework) was used for the plugin implementation. A description of how the plugin system works is given below with information on both the MEF and our own implementa...
Event Publishing/Subscribing The event publishing and subscribing mechanism was introduced for several reasons: To allow the communication between our current applications hosted in separate servers (web ...
The main technical issue that we have to solve: how to request filtered data from a Business Service Layer(BSL) that uses WCF. Building dynamic filters for queries was raised as an issue to allow a better filte...
Quartz.NET is a full-featured, open source job scheduling system that can be used from smallest apps to large scale enterprise systems (http://quartznet.sourceforge.net). It is a part of the open source Java jo...