Help code snippets

This page is devoted to reference some code snippets that I can propose to manage some projects’ code implementations.

C Sharp icon
It has become very common and thus having a test without a solution for me as I badly blundered because Read more
C Sharp icon
Very usefull in ressource aggregation, here you will find a code snippet that can be integrated in Inversion Of Control Read more
C Sharp icon
Disruptor pattern stem it's performance due to the current architecture of computers. The architecture relavance remain in : Zero memory Read more
C Sharp icon
When you want to power very fast a number in order to meet some performance constraints the standard math power Read more
C++
Sometimes when learning from one language to another one, you may have to adapt your habit to the paradigm of Read more
C Sharp icon
When you're writing tests, especially mapper tests, knowing the value which is mapped is not of great use. What you're Read more
C Sharp icon
Sometimes when you want to manage your code efficiency you may need to optimize some .Net implementation. Instead of relying Read more
C Sharp icon
Sometimes when you want to manage your code efficiency you may need to optimize some .Net implementation. Jointure implementation in Read more