Home > Articles > Programming > Windows Programming

Windows Programming

674 Items

Sort by Date | Title

Building Message Specifications in Microsoft BizTalk Server 2004
Nov 18, 2004
Messaging is the foundation of BizTalk Server, and message schemas are the bedrock on which messaging is built. This chapter will help you to get started in BizTalk messaging by specifying message schemas.
Building Multithreaded C# Applications
Jun 6, 2008
C# includes facilities to make asynchronous operation relatively straightforward.
Building Plugins with C# Part 1
Aug 27, 2004
Interested in building plug-ins, but not sure where to start? In this first article in a four-part series, you'll learn how to put together a simple authentication plug-in for a project in C#.
Building Plugins with C# Part 2: Making Additions with XML
Sep 3, 2004
In this second part in our plug-in series, you'll learn how to use an XML file to validate users, and find out how—and why—to add a new configuration section handler.
Building Plugins with C# Part 3: Adding LDAP, SQL, and Configuration
Sep 10, 2004
Feeling smarter, yet? In this continuing series, you'll learn how to use inheritance to re-use code, and how your applications can load their own configuration files. You'll also learn more about doing LDAP authentication and connecting to a database to run a stored procedure.
Building Plugins with C# Part 4: Logging and Deployment
Sep 17, 2004
We finish up our series on building plug-ins with an demonstration of logging techiques and an introduction to deployment methodologies. In other words, you'll learn what to do when things go wrong, and you'll find out how to get the plug-in in the hands of your users.
Building REST Services Using ASP.NET MVC Framework
Apr 16, 2009
This chapter introduces the ASP.NET MVC framework and shows how you can create classes based on ActionResult to handle RESTful actions and responses.
Building WCF Services with F#
Sep 24, 2009
Scott Seely shows how to apply F# to Windows Communication Foundation (WCF) endpoints in .NET.
Building Web Services with Java: SOAP
May 10, 2002
Learn how to use SOAP straight out of the box, and how to extend SOAP in multiple ways to support your diverse and changing needs.
Building Windows Applications in VB.NET
Dec 5, 2003
In Visual Basic .NET, the technologies that enable you to create "standard" windows applications are part of the .NET Framework, available to any .NET language. This is a huge change from earlier versions of Visual Basic. Learn what's different -- and how you can take advantage of it.
Building Windows Store Apps with with HTML5 and JavaScript
Feb 20, 2014
This chapter teaches the basics of building Windows Store apps, showing how to take advantage of the features of Microsoft Visual Studio 2013 to build, run, and debug a Windows Store app.
Buy Microsoft, Go to Jail?
Nov 15, 2002
Do Microsoft's antipiracy polices go too far? Dr. Cyrus Peikari and Seth Fogie look at the terms of Windows Product Activation (WPA) and its enforcement by Microsoft's Business Software Alliance to see what implications these have for individual rights, the law, and the future survival of Microsoft itself.
C# 2008 for Programmers: Databases and LINQ to SQL
Oct 23, 2008
This chapter introduces relational databases, SQL, LINQ to SQL and the IDE’s visual programming tools for working with databases.
C# 4.0 Features
Mar 9, 2010
What's so great about C# 4.0? Troy Magennis looks at the new features added into C# 4.0 that combine to improve code readability and extend your ability to leverage LINQ to Object queries over dynamic data sources.
C# 4.0 How-To: Creating Versatile Types
Mar 10, 2010
This chapter is all about making your own objects as useful and versatile as possible. In many cases, this means implementing the standard interfaces that .NET provides or simply overriding base class methods.
C# and Graphical User Interfaces
Jun 21, 2002
Learn how to use C# to build a graphical user interface (GUI), using the .NET Windows Forms library classes to build the GUI.
C# Assembly Programming
Jun 11, 2009
Working with assemblies is a straightforward process if you use the right tools. Stephen B. Morris shows the way.
C# Callback and Event Mechanisms
Mar 23, 2007
Software expert Stephen Morris shows how C# provides a range of callback mechanisms that obviate the need for polling objects for state information.
C# Design Patterns: Adapter
Oct 8, 2004
The great adaptability of C# is one of its assets, but coding for a wide variety of platforms can be overwhelming. This chapter by Steven John Metsker will help you adapt your code to different situations with ease.
C# GUI Programming
Jun 16, 2009
C# GUI programming is now accessible to any C# programmer who is willing to invest a little time and effort.

<< < Prev Page 5 6 7 8 9 Next >