Hi, I got a strange issue today I posted on stackoverflow. The Issue Here’s the situation, I’ve abstracted the name and logic to focus on the issue. Got 3 types, A, B and C. B & C have implicit operators defined to convert to A object. Then, when I do this, the code compile andContinue reading “The inline if statement in C# : Surprise !”
Tag Archives: clr
DotNet : Embarquer les DLL dans son application
Salut à tous, cette nuit, pour les besoins d’un programme, j’ai voulu embarquer mes DLL dans mon application. Les puristes me diront : « Quoi ? tu veux utiliser une DLL comme une librarie statique ??? » Et bien… oui et non… Les 2 DLL utilisées ne le sont que pour le programme en question. Je voulais donner la possibilitéContinue reading “DotNet : Embarquer les DLL dans son application”