Some time ago, I’ve written this post about sending parametrized emails with C#. After some time, the emails weren’t arriving to their destination and I didn’t know why that happened – there…
Month: October 2018
Loading Xaml Views and ViewModels Dynamically
Some time ago, I’ve written this post about loading XAML dynamically. You can use this in many different ways: store the views in a database load the views from a server change…