Just a quick tip with example code for developers that have to upload files to JFrog Artifactory from C# code. The code snippet does also set the SHA1, SHA256, and MD5 checksums in the request header of the web request, so that JFrog Artifactory can determine if the file and checksums do match.
Aras Innovator in Docker: How to set up a local PLM development environment
In my job as a software developer for SICK I recently worked on setting up a local development environment for the PLM system Aras Innovator in Docker. Before that we used virtual machines to setup a reproducable local development environment, but we had issues with performance and maintaining the virtual machines required a lot of work. The Docker images are much easier to maintain, run very performant and can be installed quickly for every developer in our team. I want to share my experience on setting up Aras Innovator in Docker with you.