You may also enjoy
How to connect to remote SSH Server without a password
1 minute read
I’m writing this post just as a quick note to save somewhere the steps to follow in order to get connected to a remote SSH server without have to enter a use...
How to set a dto session key when calling WCF proxy
less than 1 minute read
The power of the following method is avoid implementing the WCF contract client in the client side and duplicate the code for each call. Using Reflections an...
Prism: View Model Locator => Custom Convention
4 minute read
I was working on a modular/composite application using Prism and MEF. One of the most issues i encountered, was using the Prism ViewModelLocator to bind th...
Observable Concurrent Queue
1 minute read
Leave a comment