Walkthroughs give step-by-step instructions for common scenarios, which makes them a good place to start learning about the product or a particular feature area.
This section contains links to C# programming walkthroughs.
Shows how to create a Windows Runtime type, package it in a Windows Runtime component, and then call the component from a Windows Store app that's built for Windows by using JavaScript.
Shows how to create a custom object that dynamically exposes the contents of a text file, and how to create a project that uses the IronPython library.
Shows the development of a simple component, illustrating the interaction between client and component, object lifetime and circular references, debugging clients and components, and the use of shared methods and instance methods.
Demonstrates creating a simple inherited button control. This button inherits functionality from the standard Windows Forms button and exposes a custom member.
Demonstrates some of the commonly performed tasks such as adding or removing a tab on a TabControl, docking a control to its parent, and changing the orientation of a SplitContainer control.