March 2009 - Posts
In this article check out the "How To" guides for implementing commonly requested features which are not available in V1 of the Toolkit components of WPF.
How to picture a 5-dimensional sphere or a see the correlation of 112-dimensional weather data? The answer was found in 1885 when parallel coordinates were invented and later refined in 1959 through Inselberg. The idea is actually very simple, given some N-dimensional space of data you draw N parallel lines and each line has its own scale. Plot a given data point on these lines by creating a line between the N point of this multi-didmensional point. In this way you get a line per data point and the series of given data points are mapped to a series of lines on the graph.
This tutorial shows you how to create and use a TreeView control available in WPF and XAML.
In this article we will go through FAQs from each WPF section. We will start first with understanding why WPF and later we will create a small sample hello world project for WPF which will make us understand WPF much better.
This article kick starts your two way data-binding model in WPF.
In this article you will learn how to use Controls, Layout Panels and Graphics primitives in WPF.
Speech Synthesis also known as text-to-speech of SAPI, is a process of converting text to speech. This tutorial shows how to build speech enabled applications in WPF and .NET 3.5.
This article shows you how to create a ListView control that uses the GridView view mode to display the contents.