devxlogo

Tip Bank

Preserve the Sequence of Web Methods

The .NET Framework generates a service help page when accessing the asmx page for a Web service. This page lists the Web methods exposed by the Web service, but doesn’t

Top 10 Tips from the DevX Tip Bank

or years, DevX readers have been submitting their hard-learned tricks and workarounds to share with others. In a few short weeks, DevX will be overhauling our Tip Bank, adding new

Inserting Elements into Arrays

This tip demonstrates how to add an element to a particular position in an array and how to shift all elements in and above that position up one position. Using

The Enhanced For Loop

In the field of information technology, what counts more is the early adaptation of the new features that come with every new version of software. Coming up with the JDK

Create Folders Using the File Sytem Object Model

Creating folders with the file system object model can help eliminate errors and long folder-existence checks?especially if you are attempting to create already existing folders. Dim fso as new FileSystemObjectDim