John Gossman's observations on Avalon development
May 2008 - Posts
-
Julian Dominguez is writing a series about the PresentationModel pattern and using it with WPF. http://staff.southworks.net/blogs/jdominguez/archive/2008/05/20/First-approach-to-Presentation-Model-with-DataTemplates.aspx and Glenn Block has just posted Read More...
|
-
The Silverlight and desktop WPF implementations of Templates use the same syntax and programming model for describing the tree of objects that make up the control body, but differ in how they describe dynamic changes of the template. In desktop WPF, this Read More...
|
-
A few months ago I was interviewed by Craig Shoemaker of Pixel8 about my experiences with Expression and WPF. The podcast is up now at: http://pixel8.infragistics.com/shows/gossman Read More...
|
-
http://blogs.msdn.com/ivo_manolov/archive/2008/05/20/8526007.aspx Read More...
|
-
The ClickBehavior is about the simplest I can think of. For illustration purposes I only included one command, but LeftClickCommand, DoubleClickCommand, MouseOverCommand etc. are all obvious extensions: public static class ClickBehavior { public static Read More...
|
-
Scott's blog has an extensive list of the new stuff: http://weblogs.asp.net/scottgu/archive/2008/05/12/visual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx If you scroll down about half way, you'll find the WPF features: better startup performance, Read More...
|
-
My favorite feature of WPF (desktop and web versions) is attached properties. It would be good enough if attached properties merely enabled things like keeping layout properties (Canvas.Left) organized by the type of container rather than the type of Read More...
|
-
I am an architect of WPF, both the full desktop version and the subset that provides the UI framework for Silverlight. This subsetting exercise raises challenges I've not run into before when designing software. Simply put, how do we keep the framework Read More...
|