Skip to main content
  1. Tags/

Dotnet

2024


Create a NuGet package

·1161 words·6 mins
Whether you are working alone or in a company, duplicating code is never a good practice. It is one of the first rules in computer science: when you create something, you reuse it, consolidate it, but avoid recreating it, except in rare cases. Our goal here is to create reusable libraries that can be easily integrated into any project or other library. We will not address the issue of code obfuscation here.

2021


Segmentation fault and .NET on Linux

·383 words·2 mins
Segmentation fault and .NET on Linux #For some time I have re-enabled one of my PC with a good Linux Manjaro, it’s very convenient to run tens of services continuously without having to leave my Mac on or at home. And I wanted to experience .NET development with VSCode (to do Blazor I admit it) all on my Linux. Of course I follow the Microsoft tutorials to set up the environment and I start here: https://docs.

Incomprehensible errors

·1334 words·7 mins
As you’ve probably gathered from the previous articles, I mostly do iOS and Android mobile. But from time to time, I go outside this mobile bubble to do other things. The interesting thing about doing Xamarin for mobile is that it’s easy to port our application to desktop environments. But when I left my iOS and Android cocoon, I quickly realized that the tools for desktop development were not necessarily as advanced as their smartphone brother.