Back to Basics - C# - Casting an integer into an enumeration
Recently I encountered a cast that I found interesting. It was trying to convert an integer into an enumeration in a way I never met before. Let’s take this ...
Recently I encountered a cast that I found interesting. It was trying to convert an integer into an enumeration in a way I never met before. Let’s take this ...
One recurring problem when we create an application using asynchronous calls is to test this asynchronism. We want to verify the behavior of our application ...
Un des problèmes récurrents lorsque l’on développe une application contenant des opérations asynchrones est de tester cet asynchronisme. On souhaite vérifier...
Récemment je suis tombé sur un cast qui a éveillé ma curiosité.