Sign In
Tales from the Smart Client
John Gossman's observations on Avalon development
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
January 2009
(1)
November 2008
(1)
October 2008
(1)
August 2008
(2)
July 2008
(2)
June 2008
(1)
May 2008
(8)
February 2008
(2)
May 2007
(1)
November 2006
(1)
October 2006
(1)
September 2006
(1)
August 2006
(1)
April 2006
(2)
March 2006
(5)
February 2006
(6)
January 2006
(2)
October 2005
(16)
September 2005
(7)
August 2005
(4)
July 2005
(3)
June 2005
(2)
May 2005
(11)
April 2005
(8)
March 2005
(11)
February 2005
(4)
January 2005
(20)
October 2004
(12)
September 2004
(7)
May, 2008
MSDN Blogs
>
Tales from the Smart Client
>
May, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Tales from the Smart Client
PresentationModel and WPF
Posted
over 4 years ago
by
JohnGossman
1
Comments
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...
Tales from the Smart Client
Visual States in XAML Templates
Posted
over 4 years ago
by
JohnGossman
8
Comments
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...
Tales from the Smart Client
Podcast
Posted
over 4 years ago
by
JohnGossman
2
Comments
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
Tales from the Smart Client
We're hiring
Posted
over 4 years ago
by
JohnGossman
1
Comments
http://blogs.msdn.com/ivo_manolov/archive/2008/05/20/8526007.aspx
Tales from the Smart Client
AttachedBehavior pattern sample
Posted
over 4 years ago
by
JohnGossman
4
Comments
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...
Tales from the Smart Client
.NET 3.5 SP1 Beta and WPF
Posted
over 4 years ago
by
JohnGossman
1
Comments
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...
Tales from the Smart Client
The Attached Behavior pattern
Posted
over 4 years ago
by
JohnGossman
20
Comments
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...
Tales from the Smart Client
Silverlight: the art of subsetting
Posted
over 4 years ago
by
JohnGossman
18
Comments
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...
Page 1 of 1 (8 items)