Posts

Showing posts with the label pattern

Retryable pattern with C# 6

Thanks to the new "when" keyword in C# 6, we can easily implement a retryable pattern when an exception is thrown. http://geekswithblogs.net/BlackRabbitCoder/archive/2015/04/09/c.net-little-wonders-exception-filtering-in-c-6.aspx

Mvvm From A to Z

For french developpers, you can have a look at my MVVM My Way article . It proposes an end to end solution to developp an MVVM application. This article covers the global architecture, the associated tools & the way of testing the app.