Home > Articles > Programming

Programming

3682 Items

Sort by Date | Title

Adding Text and More to Your HTML Code
Aug 4, 2006
In this lesson, you will learn how to use HTML to add text and headings in your Web pages. You'll also learn how to add mathematical notations, information about your Web page, and special characters (such as ampersands).
Administering the SQL Server 2005 Database Engine
Nov 2, 2007
Learn to administer the Database Engine component and manage the SQL server properties and database properties.
ADO.NET - A Natural Evolution
Aug 6, 2001
With evolution come new, and often great, things. Such is the case with the evolution of ADO into ADO.NET. Learn the prime benefits of ADO.NET in this article by Doug Seven.
ADO.NET and the .NET Framework v1.1
Nov 8, 2002
Of the thousands of classes Microsoft shipped in the .NET Framework, the subset of classes referred to collectively as ADO.NET (and organized in the System.Data namespace) is perhaps the most important for corporate developers. If you're an ADO.NET developer who is anxious about the upcoming release of Visual Studio .NET and the .NET Framework v1.1, read Dan Fox's description of the new features and changes.
ADO.NET Managed Providers: SQL Managed Provider and OleDB Managed Provider
Jul 12, 2002
.NET experts Donny Mack and Doug Seven discuss the two data access Managed Providers offered in ADO.NET: the SQL Managed Provider and the OleDB Managed Provider. Use the DataReader to iterate through data, and bridge between the Web application and your database using DataAdapter.
ADO.NET Transactions
Dec 6, 2002
When your code is doing ad hoc SQL, and you aren't using stored procedures, using ADO.NET SqlTransaction objects is the easiest way to roll the execution of multiple SQL statements into one transaction.
ADO.NET: More than a Matter of ABCs
Dec 19, 2003
How does ADO.NET differ from its predecessor, ADO? Tech journalist Jacqueline Emigh gets to the bottom of this new set of architectural blocks.
ADO.NET: Universal Data Access for the .NET Platform
Apr 5, 2002
Dale Michalk reviews the journey from ADO to ADO.NET and discusses this new technology.
Adopting Agile Practices
Aug 4, 2008
Which Agile practices should you consider adopting?
Advanced .NET Debugging: Managed Heap and Garbage Collection
Nov 18, 2009
Mario Hewardt takes a look at the internals of the CLR heap manager and the GC and some common pitfalls that can wreak havoc in your application. He shows how to utilize the debuggers and a set of other tools to illustrate how to get to the bottom of the problems.
Advanced AJAX with JSON
Oct 13, 2006
Kris Hadlock explains how to create complex JSON data transfers between the client and server, by using AJAX and the JSON parser.
Advanced Debugging in the Linux Environment
Nov 21, 2013
In this article, Stephen Rago describes some of the free tools available for the Linux operating system to help you debug your programs. You will learn about some very effective tools (systemtap, strace, valgrind, gdb) and how to effectively employ them in real-world scenarios.
Advanced Flow Control for Objective-C
Jun 5, 2009
David Chisnall points out some of the more dynamic options that make Objective-C code even simpler than C.
Advanced JavaServer Pages Security
Apr 5, 2002
In this sample chapter from Advanced JavaServer Pages, author David Geary discusses protecting web application resources with the authentication mechanisms described in the servlet specification.
Advanced Object-Oriented Concepts
Dec 19, 2003
Plenty of introductions teach you about the basics of object oriented programming. Here, you'll learn more advanced topics, including constuctors, error handling, operator overloading, and multiple inheritance.
Advanced Qt Programming: Model/View Views
Aug 2, 2010
Mark Summerfield covers Qt's model/view views, including standard and custom views, QAbstractItemView subclasses, and model-specific visualizing views.
Advanced Tips for More Powerful Tables
Nov 20, 2001
After you've mastered the basics of the Swing table component, you can take advantage of some advanced tips. In this article, Jeff Friesen shows you how to build fancy column headers and create progress cells.
Advanced Windows Debugging: Memory Corruption Part II—Heaps
Nov 9, 2007
This chapter discuss security vulnerabilities and stability issues that can surface in an application when the heap is used in a nonconventional fashion.
Advantages of User Stories for Requirements
Oct 8, 2004
At the surface, user stories appear to have much in common with use cases and traditional requirements statements. However, there are many subtle differences among them and many advantages to user stories, especially for agile development projects.
Adventures in Delphi 6 Messaging
Jun 14, 2002
As a Delphi component developer, you have to directly handle many Windows messages and then invoke events corresponding to those messages. Xavier Pacheco and Steve Teixeira discuss how the Windows message system works.

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