(Robert Heidenreich) Data quality is a huge problem for B2B marketers, and one which too many fail to address. This article explains what to look for when searching for a data quality solution.
Tag: Development
A Primer to Windows Communication Foundation
(Jeffrey Juday) Windows Communication Foundation (WCF) is poised to revolutionize how developers build distributed services on the Microsoft Windows platform. More than a new SOA foundation, the Microsoft Connected Systems Division (CSD) has targeted WCF to do what was once done by a disparate colle
Overview of the Wizard Control in ASP.NET 2.0
(Curtis Dicken) The Wizard control is an extremely powerful and timesaving tool with over 200 properties and events. Leverage the power of this tool for all types of practical uses such as user account creation, customer registration, application set-up and just about anything you can dream up. (v
Enforce text case with Custom Controls
(Scott Lysle) This article shall describe the construction of three custom controls; each is used to format its text content to be either all upper case, all lower case, title case, or normal (as typed) case regardless of the format of the input. Such controls may be useful if it is necessary to loa
Customizing and Managing Your Site’s Appearance with ASP.NET 2.0 Tools
(Randy Connolly) The previous chapters introduced many of the standard Web server controls. This section returns to the coverage of Web server controls by demonstrating how to more fully customize the appearance of these controls. The chapter does so in two ways. The first way uses common formatting
Introduction to Enterprise Architecture
(Clive Finkelstein) The most critical issue facing Government, Defense and Commercial enterprises today is the rapid pace of change in almost every industry. With the rate of technological change increasing, together with today’s budget and competitive pressures, enterprises must be able to change r
Building Interpreter Classes with PHP 5
(Alejandro Gervasio) If you have ever written an application that primarily parses commands — and who hasn’t? — keep reading. As is often the case, pattern-based programming makes this task easier. In this first part of a three-part article series, you’ll learn the basic concepts surrounding the I
Things to ignore when debugging an ASP.NET Hang – Update for .NET 2.0
(Tess Ferrandez) I often get questions like “what is this thread doing?”. A lot of the time it is about threads that are essential to the process but completely unrelated to the problem at hand.
When to Pass VB.NET Arguments as Reference Types Versus Value Types
(Bill Hatfield) As you know, data types in the .NET Framework come in two varieties: value types and reference types. Likewise, you can pass any argument to a subroutine or function using the ByVal or ByRef keyword. In both cases, the term value implies that you are working with the data and the ter
Building a Claims-Based Security Model in WCF
(Michele Leroux Bustamente) Traditional security models for intranet and Internet applications use some form of username and password to authenticate users. Client-server applications deployed to a common domain often rely on Windows credentials (NTLM or Kerberos), while services exposed to the Inte
