Shortening namespace declarations in XAML files
This afternoon I was working on Innoveo Skye Editor which is a WPF application written in C#.
The application is using Telerik RadControls for WPF.
This afternoon I was working on Innoveo Skye Editor which is a WPF application written in C#.
The application is using Telerik RadControls for WPF.
Finishing this week sprint I decided to inspect some code using ReSharper 6.1 EAP and I started to give ReSharper a chance to help me find some of broken code.
When I started I had some of the following inspection results. It is clearly showing that some properties wasn’t identified as used in a WPF binding.
The other day I disabled Silverlight add-on in IE9. Don’t ask me why I don’t really remember, and I prefer not.
Several days after that I started an out of the browser application, ClickTime which we use to report our hours. And I got a weird JavaScript error a la IE with a white window and the picture asking me to install Silverlight. I checked that it was still installed and it was, no problem.
Laurent Bugnion just published MVVM Light Toolkit V3 Alpha 3 which support WPF 4 and Silverlight 4!
I published, yesterday a short post in French on my Tech Head Brothers portal about Silverlight 4 Beta, Drop Target et MVVM which shows the usage of this new version of EventToCommand combined with Silverlight 4 Drop Target.