Home > Articles > Programming > Windows Programming

Windows Programming

674 Items

Sort by Date | Title

Configuring and Deploying Your ASP.NET Solutions
Feb 22, 2002
In this sample chapter from Configuring and Deploying Your ASP.NET Solutions, Michael Amudsen and Paul Litwin teach you how to configure your Web solutions using ASP.NET's standardized configuration files.
Connected Operations in ADO.NET
May 1, 2002
In Part 2 of his five-part series on ADO.NET, Dale Michalk discusses ADO.NET connected operations with the Connection, Command, and DataReader classes.
Consuming a Simple Web Service with .NET SDK
Mar 15, 2002
In this sample chapter from Microsoft® .NET XML Web Services, Robert Tabor uses a text editor and the .NET SDK's utilities to consume the Web Service in a Web Forms application.
Content Management Options for .NET Portals, Intranets, and Corporate Web Sites
May 28, 2004
If you're designing, developing, and implementing Web portals using Microsoft servers and the .NET Framework, at some point you'll need to put stuff on your site. (Well, duh.) The Microsoft .NET platform offers several content management options, and this sample book chapter will give you an exhaustive overview of the choices.
Control Structures in Visual Basic .NET
Feb 28, 2003
Dive into VB .NET's control structures and learn how to control the order of events in your programs. Study the basics of the If and Do statements and their variations, the For/Next structure and much more.
Controls for Microsoft Visual Basic .NET and Microsoft Visual Studio .NET Exam 70-305
Oct 17, 2003
Learn about HTML and Web Server Controls, user input validation, and CSS in preparing for your MCAD Visual Studio .NET Exam 70-305.
Converting XML Nodes into Objects
Dec 10, 2004
Paul Kimmel explains a seldom-documented but useful technique for reconstituting an XML node in a web.config or app.config file into an object. This technique is used by Microsoft programmers in valuable tools such as the Exception Management Application Block (EMAB) to permit you to treat an XML node as a persisted XML object.
Craig's .NET Cautions
Aug 6, 2001
Craig Utley shares some important cautions one should remember when using ...
Craig's .NET Tips
Aug 6, 2001
Obtain some useful .NET tips from expert Web developer Craig Utley.
Create Your Own .NET Metadata with Attributes
Aug 29, 2003
When .NET launched, one of the most talked-about feature was rich metadata. But what does that mean to the day-to-day developer? Shawn Wildermuth discusses why understanding the way metadata can be used in your types can open up development avenues you never knew existed.
Creating .NET Applications That Talk
Apr 1, 2005
Speech processing is an important technology for enhanced computing because it provides a natural and intuitive interface for the user. This chapter explains the Microsoft Speech Application SDK, shows you how to create, debug, and tune a speech application, and how to set up a telephony server.
Creating .NET Extensions for Office Applications
Sep 24, 2004
While Office 2003 offers a lot of new features, you can always add more in the way of custom additions using Visual Studio .NET. Especially if you learn about this undocumented technique.
Creating a .NET Instant Messenger
Feb 22, 2002
Everyone is instant messaging these days. In this article, Chris Payne discusses how to build and use an instant messenger, step by step.
Creating a .NET Windows Service: Three Different Approaches
Sep 30, 2005
Ravindra Okade explores three different approaches to creating a .NET service: a timer-based service, a service using a single worker thread, and a service using multiple worker threads.
Creating a Parameterized Query in ADO.NET
Aug 6, 2001
Expert Donny Mack discusses how to create a parameterized query without using a stored procedure.
Creating a Secure Development Framework
Aug 27, 2004
Business applications can be weak spots in an otherwise secure network, but in this article, Glyn Geoghegan explains how to keep your applications as secure the rest of your IT infrastructure.
Creating a Tree View of XML Data in Visual Studio .NET
Sep 10, 2004
John Mueller shows how a tree view of your XML data can help you display the details with greater ease and examine those details with greater clarity.
Creating an XML-Based Message Broker in .NET
Nov 1, 2002
Learn how to use .NET to create a simple XML-based message broker application.
Creating ASP.NET Applications
Jun 21, 2002
Learn how to work with ASP.NET applications, including creating global variables and objects by storing information in application state, using the Global.asax file, configuring an application with the Web.Config and Machine.Config configuration files, and creating custom HTTP handlers and modules.
Creating Custom Attributes in Visual Basic .NET
Oct 11, 2002
.NET relies on metadata that is deployed with your assembly to solve problems like "DLL Hell." Metadata is associated with .NET assemblies—that is, applications—with attributes. Attributes are simply classes used to adorn code with additional information. The kinds of additional information includes important things like security, Web Services, debugger instructions, component/IDE instructions, and much more. In this article you will learn how to create a custom attribute that might be used with an application builder.

<< < Prev Page 7 8 9 10 11 Next >