Home > Articles > Programming > Windows Programming

Windows Programming

674 Items

Sort by Date | Title

WPF Control Development: The Diverse Visual Class Structure
Oct 13, 2009
WPF has a rich, diverse set of building blocks and tools that you can use to create amazing interfaces. Knowing which tool to use and when to use it is absolutely invaluable to creating next-generation applications. What follows is a brief overview of the most important classes in WPF.
Writing a Good Set of Coding Conventions
Apr 12, 2010
Coding conventions are a common source of controversy. David Chisnall looks at some of the common style rules, why they exist, and provides some advice for people writing style guidelines.
Writing a Managed Windows Service with Visual C++
Sep 17, 2004
Writing a Windows service used to be hard work. John Mueller shows how using Visual Studio .NET makes the process a lot easier.
Writing C# Expressions
Sep 2, 2001
Learn here how to use C#'s complete set of language elements for building expressions, with expert guidance from Joe Mayo.
Writing Code with Visual Basic .NET
Jun 21, 2002
This article takes a comprehensive look inside the world of Visual Basic.NET, the simple, concise programming language designed for today’s Web environment. Begin by looking at such foundational concepts as variable and assignment, simple calculations and various functions; and end by examining a sample application.
Writing Lambda Expressions in the .NET Framework
Jun 11, 2008
Paul Kimmel shows just how much wallop can get packed into these neat little packages.
Writing LINQ Queries with the Entity Framework
Sep 23, 2008
Learn why LINQ to Entities will make database programming easier than ever.
Writing Windows Forms Applications in Visual Studio .NET 2003
Apr 25, 2003
By using the tools and controls in Visual Studio .NET, learn how to write user-friendly Windows Forms by exploring forms, controls, events, and inheritance.
XML and the .NET Framework
Feb 8, 2002
In this sample chapter from XML-the Microsoft Way, Peter Aitken provides a brief overview of .NET, and details the XML tools that are provided by the Framework and the Visual Studio .NET development environment.
XML in .NET: DataSet and XmlDataDocument
Feb 1, 2002
The DataSet provides the unique ability to both parse XML and handle relational data. As Dale Michalk illustrates in this article, the DataSet also lets you serialize to and from XML, for flexibility when building distributed apps.
XML in .NET: Object Serialization
Aug 27, 2001
XML stands at the center of the .NET universe, and XML object serialization plays a key role in parsing and creating XML documents. Dale Michalk shows you here how to use this to your advantage.
XML in .NET: The DOM Interface
Sep 28, 2001
In this article, Dale Michalk focuses on the Document Object Model (DOM) API for XML information processing. Most programmers have become accustomed to this model while using XML parsers such as MXSML.
XML in .NET: XPathNavigator and XSLT
Dec 6, 2001
Dale Michalk continues his tour of the XML landscape of .NET by exploring the discovery of new .NET APIs with the XPathNavigator API and XSLT support of the XslTransform class.
Your First VB.NET Application
May 18, 2001
If you're looking to get your feet wet with VB.NET, you've come to the right place. Here, Craig Utley walks you through your first VB.NET application, pointing out the vistas and valleys along the way.

<< < Prev Page 30 31 32 33 34