Great improvement of build times

The two last days I presented the organization of our solution, and did some improvements. Next up in the refactorings is to move the service implementations to the same project as the services themselves. They will always be deployed together, so there is no need to keep them in separate assemblies. Each service implementation project… Continue reading Great improvement of build times

Moving code to common projects

Yesterday I talked about our current setup, Today I will start to refactor away projects. First up is to combine all the ServiceContracts-projects to one common ServiceContract-project This reduced the build time from 90-100 seconds to 80-90 seconds. Not much, and maybe not enough to be statistically significant. Next up was to combine all the… Continue reading Moving code to common projects

Painful development cycle – rebuild and run unit tests in 4 minutes

This Christmas I’m going try out improving the development environment at my current project. The baseline is as follows. The project is big and has been running for years. Previously they have been working on the parts of the systems that the customers use through a web solutions, and the parts that the customer-facing employees… Continue reading Painful development cycle – rebuild and run unit tests in 4 minutes

What is ACM?

June 6 the company I work for, Computas, was selected as Gold Winner in Global Awards for Excellence in Adaptive Case Management hosted by the Workflow Management Coalition ACM stands for Adaptive Case Management. It is an evolution of BPM (Business Process Management), or maybe a response to that concept. Its foundation is process management for… Continue reading What is ACM?