Recently I've been moving around the topic of a deployment. Imagine a situation you're being given a set of scripts, or script like objects used to deploy a set of applications. The so-called scripts are from the very basic like create-directory to complex, rooted in an organization infrastructure and tooling. Additionally, some of them are … Continue reading Bounded context in deployment tools
Month: March 2014
AzureDirectory – code review
The project AzureDirectory provides an Azure implementation of the Lucene.NET abstraction - Directory. It targets in providing ability to store Lucene index in the Azure storage services. The code can be found in here AzureDirectory . The packages can be found on nuget here. There aren't marked as prereleases. The solutions consists of two projects: … Continue reading AzureDirectory – code review