WPF and XAML - Links to documents and tutorials: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
Line 56: Line 56:
* [http://msdn.microsoft.com/da-dk/magazine/cc785479(en-us).aspx Prism - Patterns For Building Composite Applications With WPF - Glenn Block]
* [http://msdn.microsoft.com/da-dk/magazine/cc785479(en-us).aspx Prism - Patterns For Building Composite Applications With WPF - Glenn Block]
* [http://blogs.msdn.com/b/kashiffl/archive/2010/10/04/prism-v4-region-navigation-pipeline.aspx Prism v4 Region Navigation Pipeline]
* [http://blogs.msdn.com/b/kashiffl/archive/2010/10/04/prism-v4-region-navigation-pipeline.aspx Prism v4 Region Navigation Pipeline]
* [http://www.developmentalmadness.com/archive/2009/10/14/mvvm-and-prism-101-ndash-part-3-regions.aspx MVVM with Prism 101 – Part 3: Regions]
* [http://development-guides.silverbaylabs.org/Video/Prism-Regions#videolocation_0 Regions in Prism Video]
* [http://development-guides.silverbaylabs.org/Video/Prism-Regions#videolocation_0 Regions in Prism Video]



Revision as of 12:44, 3 August 2011

Demonstration Videos

XAML Power Toys

XAML Power Toys is a Visual Studio 2008 SP1 Add-In or a Visual Studio 2010 Add-In that empowers WPF & Silverlight developers while working in the XAML editor. Its Line of Business form generation tools, Grid tools, DataForm, DataGrid and ListView generation really shorten the XAML form layout time

Show Me The Templates

Show Me The Template is a tool for exploring the templates, be their data, control or items panel, that comes with the controls built into WPF for all 6 themes.

Podcast

Windows Forms Controls and Equivalent WPF Controls

XAML XAML Syntax Terminology

MVVM

Tutorials


Prism

DependencyObject and DependencyProperty

Tree View

Photo scroll

Diagram Designer

Implementing a VirtualizingPanel

Displaying large sets of data can be challenging to do performantly. If you have a scrolling list of data, one technique to improve performance is to only create the UI elements that are visible. This is refered to as UI virtualization (as opposed to data virtualization, which is the technique of not...

Colors and gradients

This is a page that will create a gradient (gradual color change) between 2 RGB colors.

ColorPic

.

Windows Vista Technical Articles

<google>ENGELSK</google>

ListView

Painting with drawings and zooming

Databinding

Buttons

Libraries

Tools

Threads in WPF

WPF Cross-Thread Collection Binding

Prevent a binding from updating too frequently

Validation of TextBoxes

Shutting down the application

RelativeSources (and sizes) in XAML

Context sensitive help and .chm files

StringFormat

Developing and testing Guides

Performance profiling tools

Performance guide

User controls

WPF user controls can't be used if their Assembly name contains spaces.
You will get error: mc3074 if the xmlns url contains spaces.

id=siteTree