Implementing hybrid authentication in Azure

Providing SSO across on-premises applications and those running in the cloud (yours and 3rd party), enabling access to applications with organizational as well as individual credentials are all examples of what is called hybrid authentication. How would you approach implementing it in your solution? »

Reliable domain events

There is a common problem that developers face when implementing domain events. How do we make them reliable? That is, how can we make sure they are consistent with the state of the aggregates that triggered them? The ultimate solution might be event sourcing but it's not always feasible. »

Cloning Azure VMs

In order to enable deployment of preconfigured environments or to scale your IAAS workloads you may need clone your VMs. The process normally involves removing computer-specific information from the machine, capturing the VM image and then using this image when provisioning new VM instances. »