XAML: Not Just for UI
XAML is somewhat of a niche language: developers outside of the .NET world rarely have heard of it, and those that have heard about it - .NET developers or not - often treat it as a language used exclusively for UI design. So it's mostly those of us in the XAML niche - those that write user interfaces for a living - that know its secret: XAML itself has nothing to do with UI. And it can be rather useful in other scenarios if you know to use it.
The "I didn’t know it could do that" WPF Post
At the end of my last co-op term, I was in a good position. I was a pro at WPF — I’d spent 4 solid months working on a WPF application in the financial sector, and was probably the best WPF developer on the team — even though the others on the team had [...]
Posted in WPF Comments closed
The Trouble with WPF
I’ve been working with WPF quite a lot lately, in no small part because I’m now on an internship with the WPF team at Microsoft. This post is not about the work, though — it’s been great — but rather, the one glaring flaw that I keep seeing, over and over, with WPF. Before [...]
Posted in WPF Comments closed
XAML: Not Just for UI (part II)