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…
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…
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é. La ligne tentait de convertir un entier en une énumération d’une manière que je n’avais jamai...