Skip to main content
  1. Tags/

Csharp

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.

2023


Hello Huston ... We have a problem

·308 words·2 mins
But what is this error? Have you ever had that moment, in front of your debugger, when you look at the error message, remember what you’ve just done that last modification and … nothing. Nothing makes sense. via GIPHY Just today I experienced such a moment. I’m currently working on a new application in .NET MAUI. I was making a generic class for managing the application’s pages. I was implementing this in a real case and the BOOM 💥 I get this error displayed on my Visual Studio :