Home > Articles > Programming > Windows Programming

Windows Programming

674 Items

Sort by Date | Title

DCOM is Dead — Long Live .NET Remoting
Nov 20, 2001
DCOM had its day, but for the most part, that day is over. Going forward, distributed computing in the Microsoft world will depend on .NET Remoting. Read this article for an overview.
Debug-Aiding Code in Visual C++.NET
Aug 20, 2001
In this excerpt from Sams Teach Yourself Visual C++.NET in 21 Days, author Davis Chapman discusses the four macros you can use in your code in order to verify assumptions and to alert you when problems arise in your application.
Debugging .NET with NUnit
Mar 14, 2003
With an open source product called NUnit, you can write automated tests and perform complex regression testing on your assemblies while you go have a microbrew. Paul Kimmel demonstrates how to use NUnit to automate testing for .NET applications.
Debugging 101 for Visual Studio
Sep 15, 2006
Every programmer wants to create applications that are free of bugs. In this article, Peter Aitken explores the debugging tools available in Visual Studio.
Debugging ASP.NET Applications
Sep 20, 2002
The days of torturous and painful ASP debugging are over! Discover the new debugging and other diagnostic services provided by ASP.NET and the .NET framework.
Debugging ASP.NET: Tracing
Sep 13, 2002
Use ASP.NET's TraceContext class to help you debug your ASP.NET web applications without all the hassle of attempting to use Response.Write on hundreds of lines of code. Read on for tips and techniques for utilizing ASP.NET tracing to its fullest potential.
Debugging Tools for Windows: SOSEX Is Now CLR 4.0 Ready
Apr 20, 2010
With the advent of CLR 4.0, Steve Johnson has not only updated his SOSEX debugger extension to work on the new version of the CLR but also added a bunch of new and useful commands. Mario Hewardt details some of these new commands and how they work in relationship to a faulty application.
Debugging Tools for Windows: The psscor2 Managed Code Debugger Extension
Apr 28, 2010
Microsoft very recently decided to release a very commonly used debugger extension to the public called psscor2. Mario Hewardt takes a look at some of the powerful commands that are available as part of the psscor2 debugger extension.
Deconstructing .NET 3.0: Windows Communication Foundation
Dec 15, 2006
Matthew David introduces the Windows Communication Foundation, designed specifically to help simplify the way in which you create solutions that require complex communication.
Deconstructing .NET 3.0: Windows Presentation Foundation
Dec 8, 2006
Matthew David provides a tour of the Windows Presentation Foundation, a feature of .NET 3.0 that simplifies adding 3D, video, data, and vector designs to your applications.
Deconstructing .NET Framework 3.0
Oct 13, 2006
Matthew David introduces the new .NET 3.0 Framework, comparing it to previous releases and pointing out the fancy new features we can look forward to using.
Defining Add and Remove Accessor Methods for Events in VB.NET
Apr 18, 2003
Want to be the envy of all your friends? Learn how to surface constituent controls with add and remove methods. Paul Kimmel talks about a little-documented subject: subscription methods for events.
Deitel Introduces Web Services SOAP, WSDL and UDDI
Jun 21, 2002
This Deitel™ article introduces Web services and Web services standards. Web services are software programs that use XML to exchange information with other software via common Internet protocols.
Deitel Presents an Introduction to Manipulating Properties and Basic Concepts in C#
May 1, 2002
Deitel™ Presents basic concepts on manipulating properties in a Windows application. Readers should be familiar with the basics of C# syntax, as well as how to add controls to a Form in Visual Studio .NET, and customize those controls via the Properties window.
Deitel Presents an Introduction to Visual Basic .NET Color Control
Apr 19, 2002
Deitel™ introduces you to colors and color controls in Visual Basic .NET programming. They examine the Framework Class library and the color structure it provides for creating and manipulating colors.
Delegates and Lambda Expressions in C# 3.0
Sep 3, 2008
Mark Michaelis discusses the use of methods as a data type and their support for publish-subscribe patterns in this chapter.
Delegates vs. Interfaces in .NET
Oct 15, 2004
When you write .NET code that takes callback parameters, your first instinct may be to use delegates, but it may not occur to you that you can use an interface instead. Learn why and when an interface may be a better answer.
Design Patterns in C#: Flyweight
Oct 22, 2009
The Flyweight pattern lets you share access to objects such as characters, chemicals, and borders, which may appear in large quantities. Steven John Metsker explains how to use this pattern in C#.
Design Patterns in C#: Singleton
Oct 22, 2009
The intent of the Singleton pattern is to ensure that a class has only one instance, and to provide a global point of access to it. Steven John Metsker explains the mechanics of this pattern.
Designing a User Interface in C# Using the Model View Presenter Design Pattern
Nov 3, 2006
Desgining User interfaces can be tricky. In this chapter from their book, Agile Principles, Patterns, and Practices in C#, the authors walk you through a case study of a payroll application where they use C# to design the UI.

<< < Prev Page 9 10 11 12 13 Next >