Hi guys,
Today I’ll describe the way we do navigation on Windows Phone using Caliburn.Micro for one particular case – when we need to pass instance of complex type.
Hi guys,
Today I’ll describe the way we do navigation on Windows Phone using Caliburn.Micro for one particular case – when we need to pass instance of complex type.
Hi guys,
Recently, I started to work with Windows Azure platform and related .NET stack. One particular issue that I faced with during production configuration adjustments is that those settings sometimes could not be updated in real-time (i.e. Azure Management Portal showed me that settings were updated, but actually they weren’t) .
I’m not sure whether it’s known issue or something which happens rarely. So if you guys see that some configuration values seems to be out-dated, just restart needed service).
Hello. Today I am going to write short article about one particularly useful method AsReadOnly that can be found on List<T> and Array classes.
Hi guys
.
I haven’t written here so long that I started to miss my blogging sessions. Today I’m going to write about WPF DataGrid sorting scenario I’ve faced recently and simple solution that has helped me.
Hi guys
. Today I will show you how to bind to control properties from ControlTemplate.
Hi. Today I will show how to add some image to your application and show it in the Image component.
Hello. Today I’m going to show how you can access certain element in tree via RelativeSource binding.