The Latest

DevX - Software Development Resource

MSDN Subscriptions: Are You Ready to Be a Team Player?

n Monday, Microsoft announced that it was changing and simplifying its long-standing MSDN subscription model. The new model accommodates Microsoft’s new Team System software and attempts to match developers’ roles

DevX - Software Development Resource

Reset the Identity for All User Tables

Before you start testing any database-driven application, the first thing you need to do is: Remove the old data from all the tables. Reset the identity back to 1 for

DevX - Software Development Resource

Setting the Password Value in ASP.NET

You can’t set the default password value in the way you set it for a text field: You can set it by using the Value attribute: Related Posts Runtime ModeOpenAI

DevX - Software Development Resource

Using Sort with Arrays

sort, along with many other STL algorithms, works well with arrays. This is because the STL’s concept of an iterator is closely modelled on that of a pointer. The STL

DevX - Software Development Resource

Build a Better ColdFusion Cache Tag

aching is an essential strategy for improving the performance of your applications, and ColdFusion offers much pre-packaged functionality to assist in this area, including a number of application server caching

DevX - Software Development Resource

Use Jython to Exercise Java APIs Without Compiling

ava inherited many of its defining characteristics from C and C++, making it substantially easier to work with. Unfortunately, despite these many syntax improvements, Java still has to be compiled.

DevX - Software Development Resource

XSH: Interactively Manipulate and Analyze XML Data

ML is a flexible language for storing hierarchical data along with its associated metadata. Storing XML data enables you to manipulate and analyze it later. When writing applications, you probably

DevX - Software Development Resource

Configuration API Improvements in ASP.NET 2.0

icrosoft has greatly enhanced the management tasks for your .NET 2.0 applications by providing a set of configuration APIs that you can use to programmatically access, modify, and save the

DevX - Software Development Resource

MSMQ for .NET Developers (Part 1)

icrosoft .NET developers can use several tools to perform operations asynchronously; that is, beginning a process without waiting for the operation to complete. MSMQ has provided this facility to developers

DevX - Software Development Resource

Improve the Performance of WebDAV in VB.NET

You can improve the performance of WebDAV by setting the following two properties of your Requestobject to false (true is the default value for both of there properties): HttpWebRequest.ServicePoint.Expect100Continue: When

DevX - Software Development Resource

Masking Password Data in Non-editable Cells

Suppose you want to store password values in a table, but you don’t want that password data to be displayed. While there are other ways to accomplish this, masking the

DevX - Software Development Resource

Eclipse: The Last IDE You’ll Ever Need?

urlingame, Calif.?The support that Eclipse has gained from tools vendors such as BEA and Borland indicates how established the integrated development environment (IDE) has become since IBM developed and then

DevX - Software Development Resource

Create and Drop Stored Procedures as a Group

Ever created a bunch of stored procedures for testing purposes and went to drop them but couldn’t remember all the names you created? A way to avoid this is to