I kinda forgot I wrote this article in August.
I guess the sudden increase in emails makes sense.
In case it got buried, I am no longer at Microsoft, but you can still find the bag-o-tricks here.
I've taken a pretty big break from most things WPF. If you have questions, you're best bet is the WPF MSDN forum.
Hope you enjoyed my attempt at wit and wisdom.


1 comments:
The four stages of design abstraction in a program's design (i.e. abstraction/representation/manipulation/axiomatisation from C.A.R Hoare's "Notes on Data Structuring" chapter in "Structured Programming" 1972) are still independent of a particular high-level programming languages abstraction's (types, language constructs,etc), so that the programmers should not feel pressured into choosing one high level language (XAML) over other alternatives (C#,C++,IL,IronPython,IronRuby,VB.NET,F#), just on the basis of some marketing "best practices", but choose the one that provides the best abstractions that underlie the programs primary design.
Post a Comment