WPF
Windows Presentation Foundation (WPF) is a Windows client application development sub framework and is a part of .NET Framework. WPF uses XAML as frontend and C# as backend languages. Here is a list of WPF tutorials, WPF code samples, WPF training, and WPF free books.
Articles
  • Mahesh Chand

    WPF Drawing Brush

    The Drawing object in WPF represents a 2-D drawing that include shapes, text, video, image and other drawings. A Drawing Brush represented by the DrawingBrush object paints a surface with a drawing.
    Mahesh Chand Feb 16, 2010
  • Mahesh Chand

    Mastering WPF DataGrid in a Day: Hour 1 Introduction

    This article, an introduction to the WPF DataGrid, is the first article of a series.
    Mahesh Chand Oct 09, 2014
  • Deepika Sohani

    WPF Dependency Property

    While working with WPF you all may have come across the word Dependency Property, wondering what this may be and is it any time related to the property provided by CLR? So here I am with this artic...
    Deepika Sohani Jul 24, 2013
  • Mahesh Chand

    Image Viewer In WPF

    ImageViewer is an open source project written in WPF and C# that allows users to view images and manipulate them.
    Mahesh Chand Aug 12, 2008
  • Mahesh Chand

    Hyperlink In WPF

    The Hyperlink element is an inline-level content element that is used to add a hyperlink to a FlowDocument contents. You can add hyperlink support to any Inline element.
    Mahesh Chand Mar 07, 2010
  • Diptimaya Patra

    Rating Control In WPF Toolkit

    Rating Control was introduced in WPF Toolkit February 2010 release. In this article we will see how we can use the Rating Control.
    Diptimaya Patra Mar 09, 2010
  • Diptimaya Patra

    Media Element In WPF

    In this article, we will see how to use Media Element in WPF and we will explore some of the basic functionalities such as Play, Pause, Stop, Back and Forward.
    Diptimaya Patra Feb 22, 2010
  • Mahesh Chand

    Scatter Chart In WPF

    This article demonstrates how to draw scatter charts using WPF and C#.
    Mahesh Chand Nov 26, 2009
  • Mahesh Chand

    Area Chart In WPF

    Charting in WPF is supported by an extended library. This article demonstrates how to draw area charts in WPF and C#.
    Mahesh Chand Nov 25, 2009
  • Mahesh Chand

    Working With Pen In WPF

    WPF Pens draws outline of graphics shapes. Pen can create different types of lines and line caps. Pen class in WPF represents a pen. The code samples in this tutorial demonstrates basics of Pens in...
    Mahesh Chand Feb 22, 2010
  • Mahesh Chand

    Rectangle In WPF

    The Rectangle object represents a rectangle shape and draws a rectangle with the given height and width. This article demonstrates how to create rectangles in WPF and XAML.
    Mahesh Chand Feb 03, 2010
  • Mahesh Chand

    Pie Chart In WPF

    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 articl...
    Mahesh Chand Nov 13, 2009
  • Mahesh Chand

    Polygon In WPF

    A polygon is a series of connected lines which is a closed shape. A closed shape is a shape that has same start point and end point. This article demonstrates how to create and use a polygon in WPF...
    Mahesh Chand Feb 04, 2010
  • Mahesh Chand

    Polyline In WPF

    A polyline is a collection of connected straight lines. This article demonstrates how to create a polyline in WPF and XAML.
    Mahesh Chand Feb 04, 2010
  • Siddhesh Chalke

    Custom MarkupExtesion For Binding Enum To ComboBox In WPF

    In this article, you will learn about custom MarkupExtesion for binding enum to ComboBox in WPF.
    Siddhesh Chalke Sep 25, 2018
  • Mahesh Chand

    Ellipse In WPF

    The Ellipse object represents an ellipse shape and draws an ellipse with the given height and width. This article demonstrates how to create and use an ellipse in WPF and XAML.
    Mahesh Chand Feb 03, 2010
  • Mahesh Chand

    Windows Icon In WPF

    An Icon is a bitmap image (.ico file) that is displayed in the top left corner of a Window. This article discusses how to create and use Icons in WPF applications.
    Mahesh Chand Jan 14, 2010
  • Maulik Kansara

    DropBox API V2 Integration

    Dropbox API is a .NET SDK for API v2, which helps you easily integrate Dropbox into your app. The Dropbox .NET SDK is a Portable Class Library that works with multiple platforms, including Windows,...
    Maulik Kansara Jun 05, 2017
  • Rahul Kumar Saxena

    Masked TextBox In WPF

    In this article, I am going to show how we can create a masked textbox in WPF. If an integer value is required, then the user should type integer value and if a string is required, then they should...
    Rahul Kumar Saxena May 10, 2010
  • Mahesh Chand

    Path In WPF

    A graphics path is a set of connected lines, curves, and other simple graphics objects, including rectangles, ellipses, and text. This article demonstrates how to create and use paths in WPF and XA...
    Mahesh Chand Feb 03, 2010