
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
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
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
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
ne of the biggest challenges of writing software for mobile devices is creating user interfaces that work across a number of devices. As an application is deployed from device to