dreamcker v1.4

Introduction

Here is the previous article I wrote about Dreamcker.

Dreamcker (Docker Hub) is a docker container with all required tools to build dreamcast games.

Read more…

powersharp: dotnet core C# powershell library

Introduction

powersharp is a dotnet core c# library which has the capability to run powershell scripts and process the resulting objects.

Read more…

OpenLDAP + Blowfish hashes

I have been recently faced to a problem regarding password encryption and support of the encryption in OpenLDAP. Working on an authentication project migration, we have passwords encrypted using Blowfish, we have to migrate them under OpenLdap.

Read more…

Rabbitmq and Erlang/OTP Windows Containers

Here at Gsx Solutions for our full product suite, we highly rely on RabbitMQ. Until last release we rely on version 3.5.4 we delivered to our customers. Since, this version has been recently been deprecated, we decided to upgrade our final package to v3.7.4.

Read more…

Debug dotnet applications inside a docker container

From time to time, as a dotnet developer we have to face this specific error Could not load file or assembly 'Assembly Strong Name' or one of its dependencies.

To help debugging this particular situation, Microsoft provides a tool in the .net SDK called: fuslogvw.

Read more…

DockerCon EU 2017

I was quite excited by going to DockerCon 2017 EU and following in depth technical talks about Containers / Orchestration / Networking / Firewalls and Micro Services. And to be honest, I have been really satisfied by meeting smart people doing really nice things.

All videos are available at this adress: DockerCon Videos

Read more…

Import part or full git repository to another repository

Import part of git repository to another repository in order to keep history of the imported files.

Read more…

Skype For Business ADAL

Introduction

If you use Lync 2013 SDK it could happen you get some issues when Signing-in to skype.

Read more…

Dreamcker: Dreamcast development environment in a docker container

Introduction

The motivation behind this little project is to provide a unified way to get the Dreamcast toolchain and development tools.

Read more…

Skype For Business SDK Prerequisites

Introduction

It could be a good idea to drive Skype for business 2016 from a c# application. There a couple of use cases:

Read more…