WPF Reflections:

September, 2008


September 19, 2008  3:22 PM

Composite WPF



Posted by: MarkWPF
WPF, XAML, Xbap

Just what are Composite applications, and why do they apply to WPF? The principal behind Composite applications is that you want to break down a large application into small pieces, and then those pieces are glued back together. The advantages of doing such are so taken for granted that we all...

September 18, 2008  2:17 PM

WPF – running XBAPs in partial trust



Posted by: MarkWPF
WPF, XAML, Xbap

This is more difficult than it should be, quelle surprise :-) What do I actually mean? An XBAP is a WPF browser application, and the XBAP is actually an xml document that tells internet explorer and presentationhost.exe how to host the WPF application. As the whole idea of the XBAP...