Monthly Archives: April 2008
.net: You got the source, now grab it
You know the pity: You’re once again working on the train and have only a lousy HSDPA or UMTS connection but right a this point in time you would need to debug into the .net source code. You are actually … Continue reading
Framework Design
Brad Abrams wrote about the just released Framework Design Studio. Also there is not that much functionality included right now it already helped me to identify API changes between two milestones in an internal WPF framework we currently work on. … Continue reading
Posted in Personal
Comments Off
WPF: Code in XAML -> Width={Binding Height}*2?
This posting consists of two sections: cool but not really useable really cool and usable lets start with the non-usable stuff [Code in XAML]: Whenever you declare your UI in XAML you’ve to attach event handlers in the code behind … Continue reading