Home > Articles > Programming > Windows Programming

Windows Programming

674 Items

Sort by Date | Title

Programming the Windows Script Host
Feb 8, 2008
Paul McFedries introduces you to the Windows Script Host, shows you how to execute scripts, and runs through the various elements in the Windows Script Host object model.
Programming Wetware
Aug 6, 2004
For a truly gooey interface, try biological computing. Wendy Wolfson introduces you to the research in which scientists are trying to get DNA to do the programming. Don't worry about your job just yet; the technology—literally—has some bugs to work out.
Programming with Anonymous Types in C#
Aug 11, 2008
This chapter examined anonymous types in detail.
Programming with Features and Solutions
May 7, 2007
Programming with Generic Delegates in .NET
May 8, 2008
Paul Kimmel explains just how straightforward Lambda expressions, generics, and delegates really are.
Programming with LINQ to XML for Objects
Nov 21, 2008
Paul Kimmels show how LINQ to XML for Objects (a.k.a. LINQ to XSD) works.
Programming with Reflection in the .NET Framework Using Managed C++
Mar 15, 2002
Take a look at the weird, powerful, and even entertaining concept of reflection in this article by Peter Thorsteinson. You'll learn how it works and how it can be used in .NET languages.
Programming with Regular Expressions in C#
Jun 21, 2002
Visual Basic expert Paul Kimmel demonstrates how to use regular C# expressions to emit dynamic assemblies containing regular expressions and how to save time and programming effort.
Programming with the BackgroundWorker Component in .NET 2.0
Apr 7, 2006
Most of the time, your computer's CPU is sitting idle. Paul Kimmel shows how easy it is to use multithreading with the new BackgroundWorker component in .NET 2.0, so you can stop your bored gadgetry from wasting all that idle time.
Querying SQL with LINQ
Jul 28, 2008
With LINQ and LINQ to SQL, never again should you have to write a data access layer.
Questions and Answers About C#
Aug 20, 2001
Is C# better than Java? Will VB still rule? Get some answers in David Chappell's article.
Quick and Efficient PowerShell Script Debugging with Breakpoints
Jul 27, 2015
Writing a perfect PowerShell script on the first try is next to impossible (though it's nice to dream). Debugging is a crucial skill for every developer, and learning easier and faster ways to find script problems can really improve the process. Adam Bertram explains how to use breakpoints to troubleshoot your PowerShell scripts.
Reading and Writing the Registry in .NET
May 24, 2002
The Windows Registry is a data repository that exists on each computer in Windows 95 and later systems. Scott Loban introduces the basics of storing and retrieving runtime information in the Registry.
Real World Object-Oriented Development with ASP.NET: A Custom Data Class
Apr 22, 2005
Reasons for Using Both RETURN() and RAISERROR()
Jan 11, 2002
Why should you use RETURN() and RAISERROR() in stored procedures? Jimmy Nilsson tells you in this excerpt, derived from .NET Enterprise Design with Visual Basic .NET and SQL Server 2000.
Reengineering .NET: Understanding Application Architecture
Nov 13, 2012
Bradley Irby discusses the different options for your target architecture, including which are more appropriate for your project depending on the target display you have in mind (web, WPF, or Winforms).
Reflection: Browsing Code Information, Part 1
Feb 15, 2002
In this three-part series from .NET Common Language Runtime Unleashed (Sams, 2002),, Kevin Burton discusses reflection, which is a good way to browse for information about any particular piece of code.
Reflection: Browsing Code Information, Part 2
Feb 15, 2002
In this three-part series from .NET Common Language Runtime Unleashed (Sams, 2002),, Kevin Burton discusses reflection, which is a good way to browse for information about any particular piece of code.
Reflection: Browsing Code Information, Part 3
Feb 15, 2002
In this three-part series from .NET Common Language Runtime Unleashed (Sams, 2002),, Kevin Burton discusses reflection, which is a good way to browse for information about any particular piece of code.
Reliable Messaging
Dec 21, 2001
Learn here how to use Java Message Service (JMS), a standard API for message queuing systems, in a purchase order system. You'll also examine the EJB 2.0 Message-driven Bean and explore how to adopt JMS as a SOAP transport.

<< < Prev Page 21 22 23 24 25 Next >