June 4, 2004

DevX - Software Development Resource

Pass a Multi-dimensional Array to a Routine

Passing a multi-dimensional array to a routine is different in .NET. For example, say you have a two-dimensional array called aStrMy2DArray(10,1) as a String data type. Use this code to

DevX - Software Development Resource

Advanced JMS Messaging with OpenJMS

n a previous article I covered some of the basics of JMS using OpenJMS as the JMS provider. In this article, you’ll see some more advanced OpenJMS topics such as

DevX - Software Development Resource

Use Generics to Create an Audit Trail

he Whidbey release of .NET will include a new Common Language Runtime (CLR) feature called generics. Generics allow you to use a variable to represent a desired data type, and