WPF, Silverlight and Xaml
WPF/Silverlight/XAML Web News - 2008/04/30
WPF Frameworks
Basically Prism is looking to address most of the same concerns that led to the development of the Composite UI Application Block (CAB) and the Smart Client Software Factory (SCSF). Specifically, if you have a large, complicated smart client application, particularly one developed by multiple (possibly distributed) teams, you can't afford to build it all into one big monolithic mass of UI code in a single or small number of top level windows and their code behind. You will need to modularize the application and compose the UI that the user sees out of smaller, more granular and well factored parts that are as decoupled as possible from one another, but come together to make the end result without an overly complex integration effort.
...
WPF Contests
WPF Tools
WPF How-To
WPF Controls
Silverlight
- Event Horizon: Porting Silverlight 2 to WPF - "found several (as far as I know) undocumented differences between Silverlight 2.0 and WPF that I wanted to share"
- Jaime Rodriguez: Viewbox for Silverlight 2
SilverlightShow: Why would you specify an event handler in XAML instead of code? I'm sure some of you have opinions on both sides of the fence here... Corrected based on feedback:
Microsoft
Ori Amiga shows a number of demos showing the native Mesh feeds, WPF applications using Mesh, a Silverlight client that supports working on and offline, a custom Facebook application that syncs Facebook photos with Live Mesh, a Mac client that sends photos to Live Mesh and even LINQ queries over Mesh objects
Comments