Create Team Project in Team Foundation Server 2013

This article explains how to create Team project in TFS 2013 and how to add applications in TFS 2013 source control

Categories: WPF

Built-in 2DTransforms in WPF

This article explains 2D built-in Transforms RotateTransform, ScaleTransform, SkewTransform, TranslateTransform, and MatrixTransform in WPF with simple examples.

Categories: WPF

2D Transforms in WPF

This article discuss about LayoutTransform, RenderTransform, and also RenderTransformOrgin in WPF with examples

Categories: WPF

Set the Control Position in WPF

It discuss about how to set the WPF control position by using Alignment, ContentAlignment, and FlowDirection properties.