Home > Articles > Programming > Windows Programming

Windows Programming

674 Items

Sort by Date | Title

Separating Code from Presentation
Feb 22, 2002
In this sample chapter from ASP.NET Unleashed (Sams, 2001, ISBN: 0672320681), Stephen Walther discusses two methods of dividing a page's application logic from its design content.
Serializing Objects to a .NET DataSet
Jul 19, 2002
Paul Kimmel introduces the XmlSerializer and demonstrates how to serialize everyday objects directly to an ADO.NET DataSet. Use this technique to take advantage of powerful database tools for managing data.
Setting Up a SOAP Service
Jul 5, 2002
Once a component has been developed and verified in a simple environment, it's time to make it available to SOAP clients. This excerpt from Strategic XML describes this process.
Seven Steps to Improving Your VB Code
Aug 17, 2007
Here are the improvements you must make if you want to be more than a macro writer.
Share Your .NET Code Across Multiple Platforms
Jan 7, 2013
Alessandro Del Sole, author of Microsoft Visual Studio LightSwitch Unleashed, describes how to use new features in Visual Studio 2012 to write code just once that targets multiple platforms: WPF, Windows 8, Windows Phone, and Silverlight.
Simple Object Access Protocol (SOAP) and Web Services
Oct 12, 2001
Chris Radcliff shows you how to develop Web services using the Simple Object Access Protocol (SOAP) and Perl.
Sizing Your NT RAID ARRAY
Jan 15, 2001
This article by Windows NT/2000 tuning and sizing expert Curt Aubley provides insight into how to size and detect bottlenecks in your NT Server RAID arrays.
So, What Is This WCF Anyway?
Feb 22, 2008
Steve Resnick, Richard Crane and Chris Bowen walk us through the basics of Windows Communication Foundation.
Software Engineering with Microsoft Visual Studio Team System: A Value-Up Paradigm
May 19, 2006
Previously, software engineering projects were managed from a "work-down" perspective, where software engineering is a deterministic exercise, similar to other engineering pursuits. This chapter introduces the concept of a "value-up" perspective, in which the project is allowed to change to meet the expectations of the end-user, rather than the intentions of the designers.
Software Plasticity with Aspect-Oriented Programming
Sep 16, 2005
Most software is rigid in nature, making it difficult to reconfigure and modify without costly upgrades. Can software be made more plastic or malleable? Stephen Morris demonstrates how aspect-oriented programming provides an important tool in the race to achieve plastic software. If IBM's on-demand computing spreads across the industry, this requirement will become the rule rather than the exception. Will you be ready?
Software Testing with Visual Studio 2010: Planning Your Testing
Feb 28, 2011
In this chapter from Software Testing with Visual Studio 2010, Jeff Levinson covers how to create a Test Plan with Microsoft Test Manager (MTM) and the various options that the Test Plan provides to you. More important, this chapter covers what to test and how to get involved as a tester early in the development process.
Spiking in eXtreme .NET
Mar 25, 2005
Spiking is about experimentation and about being prepared to throw away the code you have written while retaining the knowledge gained from it. This chapter will help you to develop this vital skill in the .NET environment.
SQL 2005 Beta: .NET Strengths, Web Weaknesses
Aug 13, 2004
Businesses are testing Microsoft's SQL Server 2005 as a way of meeting diverse needs. Jacqueline Emigh interviewed Long & Foster's Lance Morimoto to get his take on how promising the beta looks for the real estate firm where he works.
SQL Server 2000 and XML
Aug 8, 2003
Discover the many different ways SQL Server 2000 supports XML with a comprehensive look at both out-of-the-box support and the SQLXML 3.0 add-on.
SQL Server XML in ADO.NET
May 10, 2002
XML plays a key role in distributed applications based on the .NET Framework. This article by Scott Loban provides a jump-start for using XML in your .NET application designs.
State Management in ASP.NET
May 30, 2003
State management influences almost every aspect of a Web application's design. Take the steps to learn and understand all the options available for state management, as well as their implications for usability, performance, and scalability.
State Management in ASP.NET 2.0
Jan 5, 2007
Fritz Onion and Keith Brown discuss cross-page posting, Profile, and the Wizard, View, and MultiView controls in ASP.NET 2.0.
State Management on the Web
Jun 6, 2003
Managing state in Web applications goes against the fundamental design principles of the Web. Nevertheless, it is necessary for many applications. Learn the four different types of state management in ASP.NET and what they can do for you.
State Management with ASP.NET
Aug 20, 2001
In this sample chapter from Sams Teach Yourself ASP.NET in 24 Hours, authors Joseph Martin and Brett Tomson discuss the basic concepts of state management. Learn about the two types of state data, including examples that demonstrate the use of ...
Storing Information with Variables in C#
Dec 14, 2001
In this sample chapter from Sams Teach Yourself C# in 21 Days , you'll learn what a variable is, as well as how to: create variable names in C#, use different types of numeric variables, evaluate the differences and similarities between character ...

<< < Prev Page 23 24 25 26 27 Next >