Page not found

Pragmatism - DevOps - CloudNative - .NET

Introducing Dapr : cloud-native applications at speed

Dapr stands for Distributed Application Runtime. Its mission is to simplify the life of developers working on microservices and distributed applications.

My experience at KubeCon 2020 North-America (Virtual)

For those who don’t know, KubeCon is a bi-annual conference around Kubernetes. In fact, it’s more about the whole ecosystem around Kubernetes which is backed by the Cloud Native Computing Foundation (CNCF). It was the first time for me and I wanted to share my experience with this new conference. Disclaimer Even though I worked …

How to get a .NET 5 docker image below 40 MB

If you ask yourself what’s the best language/platform to build a cloud-native application, you may find that Go is the way to go. The vast majority of open-source software written in this space is done with Go as it’s a perfect language for obtaining a working app with a very small amount of code and …

Déboguer les conteneurs .NET à distance

Vous trouverez plusieurs articles qui parleront du débogage local d’un container .NET en passant par la magie de Visual Studio ou de VS Code, mais il n’est pas facile de trouver la bonne information pour le débogage à distance. Le dégage local avec les différents IDE est beaucoup plus facile parce que ces derniers installent …

Remote Debugging .NET Containers

Vous préférez lire en français? Consulter la version française ici : Déboguer les conteneurs .NET à distance You will find several articles that will talk about local debugging .NET container through the magic of Visual Studio or VS Code, but it’s not easy to find the right information for remote debugging. Local debugging with the …

Building ASP.NET Core docker image on Azure DevOps : no such file or directory

Note : This post was initialy posted at https://pragma3.wordpress.com/2019/05/23/building-asp-net-core-docker-image-on-azure-devops-no-such-file-or-directory/ When you try to build a docker image for a default ASP.NET Core project template on Azure DevOps for the first time, you should encounter the following error : Step 6/26 : COPY [« TestClassicApp.Api1/TestClassicApp.Api1.csproj », « TestClassicApp.Api1/ »] COPY failed: stat /var/lib/docker/tmp/docker-builder260812138/TestClassicApp.Api1/TestClassicApp.Api1.csproj: no such file or directory ##[error]COPY failed: …

Azure DevOps Wiki + VS Code : Super!

Cet article a paru pour la première fois à l’adresse suivante : https://pragma3.wordpress.com/2018/12/17/azure-devops-wiki-vs-code-super/ Depuis quelques semaines, je rédige de la documentation pour mon travail autour du DevOps. Nous avons cru bon en équipe d’appliquer ce que l’on prône comme pratique : “Everything as Code”. C’est pourquoi nous avons choisi une approche qui vise à considérer …