Préparez vos RaisePropertyChanged pour une mise en production
Lorsque l’on développe des applications XAML on se met assez rapidement à utiliser l’interface INotifyPropertyChanged…
Lorsque l’on développe des applications XAML on se met assez rapidement à utiliser l’interface INotifyPropertyChanged…
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 ...
Ajourd’hui j’ai voulu m’amuser à regarder comment fonctionnait l’accès aux services WCF depuis JS et C# dans une application Metro.
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...