register
to see more bookmarks and add your own!
commands
statistics
about
development
30 results returned
Register
Login
Crack.NET « Josh Smith on WPF
in
Random Sites
reflector
Don Syme's WebLog on F# and Other Research Projects : Learning WPF through F#, and vice versa, by Jo
in
Random Sites
F#-link-list wpf-link-list
My Technobabble : WPF Composite Client, it's coming!
in
Random Sites
wpf-cab b7c
Life With WPF: 10 Things Wrong With WPF Today - Omer van Kloeten's .NET Zen
in
Random Sites
wpf-criticism b7c
WPF Performance and Another Useful Document - Omer van Kloeten's .NET Zen
in
Random Sites
wpf-performance
XNA Creators Club Online
in
Random Sites
It's a hack, but supposedly works, although there have been framerate issues.
wpf-xna-integration
Nick on Silverlight and WPF
in
Random Sites
silverlight-guy
Bob Powell's External Monologue
in
Random Sites
wpf-guy
Dynamic User Interfaces in WPF
in
CodeProject
wpf
Fumblings and Thoughts on WPF DataBinding
in
.NET
wpf
Great WPF Book
in
.NET
wpf-book
List of WPF resources
in
.NET
Perhaps these links should be added to webmark...
wpf-list
Beyond HTML: Rich Internet Applications
in
.NET
An excellent overview and mini-analysis of WPF, XBAP, and WPF/E.
labreuer-approved xbap wpf/e wpf ria
XBAP & Trust Levels
in
Random Sites
xbap-security b7c wpf
WPF Internet Sandbox Feature List (XBAPS & Loose XAML)
in
Random Sites
b7c es3 xbap-security labreuer-approved
XAML: Turn .NET into a Browser
in
.NET
wpf xaml-overview b7c read-later
Mulling over WPF/E
in
.NET
wpf/e blog labreuer-approved
Comparing WPF applications and XBAP
in
Random Sites
xbap wpf
Channel9 WPF/E Wiki
in
.NET
wpf/e wiki
WPF/E: Input controls and keyboard events are inbound
in
.NET
There is potential for WPF/E after all!
wpf/e input-control
Nick on WPF/E: What do you want from WPF/E?
in
.NET
An MS dev asks what you want from WPF/E. Apparently they *are* going to implement better controls.
wpf/e rich-app-possibilities
WPF (Avalon) Adventures: The Good, the Bad and the Ugly Revisited
in
.NET
wpf-criticisms
XBAP: How Controls Retain Their State when You Navigate Away
in
.NET
xbap navigation uri back/forward wpf
Questions on WPF/E - MSDN Forums
in
.NET
WPF/E has no controls.
wpf/e-limitations
MSDN: WPF/E Event Reference
in
.NET
WPF/E will not enable development of UIs with rich controls.
wpf/e
The lack of keyboard events makes it obvious that WPF/E cannot be used to create a rich grid, for example. In addition, there do not appear to be any controls included, such as the basic tree.
Mike Harsh's Blog : What is WPF/E really?
in
.NET
wpf/e-philosophy
Windows Presentation Foundation Security Sandbox
in
.NET
Discusses the philosophy of sandbox security: allow what browsers allow.
wpf xbap-security
Creating A Full Trust Avalon Web Browser (.xbap) Application
in
.NET
wpf xbap-security
Introducing Windows Presentation Foundation
in
.NET
wpf-introduction xbap-limitations xbap-security
Of particular note (taken from the article):
For example, an XBAP deployed from the Internet zone can't do any of the following:
* Create standalone windows.
* Display application-defined dialogs.
* Display a Save dialog launched by the XBAP itself.
* Access the file system beyond a limited Isolated Storage area.
* Act as a UI automation client.
* Use WCF. WCF applications must have full trust, and so XBAPs deployed from the Internet can't use it. They can instead use ASP.NET Web services, commonly known as ASMX, to communicate with the Web application from which they were loaded.
* Use any user interface code created with Windows Forms, Microsoft Foundation Classes (MFC), or direct Win32 calls. Although standalone WPF applications can interoperate with all of these older technologies, as described later, none of them are allowed in an XBAP's limited trust environment.
* Use unmanaged code.
Getting started with Windows Presentation Framework (aka Avalon)
in
.NET
wpf