Tag: Development

Community

Scatter Chart in WPF

(Mahesh Chand) The WPF Toolkit released in June 2009 comes with a data visualization assembly called System.Windows.Controls.DataVisualization.Toolkit.dll that hosts the charting functionality in WPF. This article demonstrates how to draw scatter charts using the WPF Toolkit.

Community

Pivoting DataTable Simplified

(Anurag Gandhi) Displaying data in tabular form is an essential part of any application nowadays. But sometimes you need to display a huge amount of data in terms of number of rows. It becomes very difficult to analyse if the number of rows is huge. In such cases, you may wish to summarize your data

Community

Building N-Tier Apps with EF4

(Daniel Simmons) This article is the third in a series about n-tier programming with the Entity Framework (see msdn.microsoft.com/magazine/dd882522.aspx and msdn.microsoft.com/magazine/ee321569.aspx), specifically about building custom Web services with the Entity Framework (EF) and Windows Communic

Community

Column Chart in WPF

(Mahesh Chand) The WPF Toolkit released in June 2009 comes with a data visualization assembly called System.Windows.Controls.DataVisualization.Toolkit.dll that hosts the charting functionality in WPF. This article demonstrates how to draw column charts using the WPF Toolkit.