Wpf introduction





Wed, 01 Dec 2010 23:54:52 -0700

Steve C. Orr - Windows Presentation Foundation Unleashed book review

by Wpf introduction  @ Wed, 01 Dec 2010 23:54:52 -0700
The first part of the book serves as an introduction to WPF and XAML, including details about why they came to be. It also covers important new foundational concepts of WPF, such as commands, trees, and routed events. ......

Tue, 30 Mar 2010 01:33:55 -0600

Custom Panels in Silverlight/WPF: Introduction - Like pancakes...

by Wpf introduction  @ Tue, 30 Mar 2010 01:33:55 -0600
Custom Panels in Silverlight/WPF: Introduction. One of the most important concepts in UI design is the ability to organize your UI however you want. The framework panels all have their uses, but don't allow the type of customization ......

Sun, 20 Sep 2009 00:02:30 -0600

Kirill Osenkov : UI without code or XAML: PropertyGrid, DataForm, etc.

by Wpf introduction  @ Sun, 20 Sep 2009 00:02:30 -0600
WPF has certainly advanced the state-of-the-art in programming the UI. I personally think that WPF and Silverlight remove all the limits that existed to UI development in the past. The only limit now is your imagination. XAML is there ......

Sun, 20 Sep 2009 00:02:30 -0600

WPF& Silverlight - WPF& Silverlight Tutorial Section ...

by Wpf introduction  @ Sun, 20 Sep 2009 00:02:30 -0600
WPF& Silverlight - WPF& Silverlight Tutorial Section. Get help with this and thousands of other programming and web development topics at DreamInCode.net....

Sun, 20 Sep 2009 00:02:30 -0600

My Technobabble : MEF and XAML integration – Self composition

by Wpf introduction  @ Sun, 20 Sep 2009 00:02:30 -0600
As I am hoping you heard from Nick , we just shipped MEF Preview 6 which includes a version of MEF for Silverlight 3! At the same time that we've been wrapping up on our .NET 4.0 release, we are busy working on a proper release for ......

Sun, 20 Sep 2009 00:02:30 -0600

An introduction to MVVM in WPF with Karl Shifflett - AdamKinney.com

by Wpf introduction  @ Sun, 20 Sep 2009 00:02:30 -0600
MVVM, a WPF UI Design Pattern, has become a hot topic in the world of WPF development. The pattern was originally introduced by John Gossman and was tailored towards modern UI developm....

Sun, 20 Sep 2009 00:02:30 -0600

WPF Week At About Visual BasicDay 3

by Wpf introduction  @ Sun, 20 Sep 2009 00:02:30 -0600
In his excellent introduction to WPF at the WindowsClient.NET site, David Chappell provides a really eye opening chart that lists the provided by other interface technologies compared with WPF. The point is that with WPF, ......

Sun, 20 Sep 2009 00:02:30 -0600

WPF Tutorial - Custom Control Templates | Switch on the Code

by Wpf introduction  @ Sun, 20 Sep 2009 00:02:30 -0600
How to use a control template to build a custom content control in WPF and C#....

Sun, 20 Sep 2009 00:02:30 -0600

MEF and XAML integration – Self composition

by Wpf introduction  @ Sun, 20 Sep 2009 00:02:30 -0600
Do the pros outweigh the cons? Or should we hold off on introducing such functionality because it will cause more harm than good? Your candid feedback is appreciated. This post originated from and is provided by the MSDN Blogs RSS feed. ......

Sun, 20 Sep 2009 00:02:30 -0600

MSDN Blog Postings » Blog Archive » Demystifying WPF/Silverlight ...

by Wpf introduction  @ Sun, 20 Sep 2009 00:02:30 -0600
MSDN Blog Postings. via RSS Feed ... For autosize in XAML say “auto”, for autosize in C#/VB say double.NaN. · MinWidth/MinHeight – specify the minimum size of a control. · MaxWidth/MaxHeight – specify the maximum size of a control. ......