Welcome to WindowsClient.net | Sign in | Join
Home › Learn
We have many pages of tutorials and hours of video training sessions that help you learn how to create Windows Client applications. This content is tailored to a variety of learning styles and technical levels.
Pete's tutorials cover everything from traditional business application tasks to some of the stranger and more interesting corners of software development, with a focus on code-on-the-client and Windows light-up techniques. These tutorials are concise and typically include downloadable source code.
A reader of my Silverlight 5 book recently reached out to me about threading and why I create some objects on the UI thread in the examples. We discussed some of the reasons, but I...
WPF currently, and Silverlight in v5 , enables you to create your own custom markup extensions. Markup extensions are those little strings in XAML that are typically (but not always...
An asynchronous network call is one in which you fire off a method and don't block the thread while waiting for it to return. This introduces some complexities since you have to somehow...
In this video, Pete Brown walks you through the process of creating a first WPF application. The application pulls tweets from Twitter using the free TweetSharp library , WPF 4 and...
Master – Detail layouts are the bread and butter of Line of Business (LOB) applications. This video will show you how to drag & drop from the Data Sources Window to create the UI...
In a typical Windows Forms application control placement is set using the Location property, setting the X and Y sub property values. The Windows Forms designer provides a complete...
This short walk-through video demonstrates to WPF and Silverlight developers the new Grid control design-time features for manipulating rows and columns on the design surface. These...
The next version of Windows Presentation Foundation will offer a whole new set of controls for you to utilize in building a state of the art desktop application. In this lab we will...
Create a simple, single input HLSL shader Effect and utilize it in WPF application. Then use Parameters and C# Dependency Properties to animate it.
RecipeBox is an application written in C# which loads a set of recipes from an XML file and displays them using the Windows Presentation Foundation. WPF controls can be given customized...
The Task Parallel Library includes static methods that provide parallel equivalents of the for and foreach loops. As with parallel tasks, these loops can be cancelled by other processes...
When you are working with the ListView control, you may want to sort its contents based on a specific column. We will see how to do that.
Initialization files known as INI files provide a standard means for storing configuration information for software in a text file. Although rarely used by .NET applications, there...
The open-source framework WAF has been released in the second version. It helps you to create well-structured WPF applications. This is achieved by applying a Layered Architecture and...
advertise here
Pro WPF in VB 2010 Windows Presentation Foundation in .NET 4 by Matthew MacDonald
WPF 4 Unleashed by Adam Nathan
Pro WPF in C# 2010 by Matthew MacDonald
WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4 by Rod Stephens
Illustrated WPF (Expert's Voice in .Net) by Daniel Solis
Essential Windows Presentation Foundation (Kindle Edition) by Chris Anderson
Windows Presentation Foundation Unleashed (Kindle Edition) by Adam Nathan
.NET Windows Forms Custom Controls by Richard L Weeks
Developing C# Windows Software: A Windows Forms Tutorial by Jason Bell, Matthew Reynolds, Benny B Johansen, and Thiru Thangarathinam
User Interfaces in VB .NET: Windows Forms and Custom Controls by Matthew MacDonald
Data Entry and Validation with C# and VB. NET Windows Forms by Nick Symmonds and Nicholas Symmonds
Programming Microsoft Windows Forms by Charles Petzold
Windows Forms 2.0 Programming (2nd Edition) by Chris Sells and Michael Weinhardt
Pro .NET 2.0 Windows Forms and Custom Controls in VB 2005 by Matthew MacDonald
Team Foundation Server 2008 in Action by Jamil Azher
Client-Side Reporting with Visual Studio in C# by Asif Sayed
Professional Visual Studio Extensibility by Keyvan Nayyeri
Microsoft Visual Studio 2008 Programming by Jamie Plenderleith and Steve Bunn
Professional Visual Studio 2008 by Nick Randolph and David Gardner
Microsoft Visual Studio 2008 Unleashed by Lars Powers and Mike Snell
› More Books