News

Inside Arrays: Grounded at Zero 06/24/2008 The introduction of .NET to VB required many changes in how VB worked: One of these changes was the removal of support for non-zero based arrays. Although ...
The XmlSerializer class provides a great way to convert objects to XML and back. However, it can be difficult to serialize collections such as Arrays and ArrayLists properly unless you know a few ...
This article shows you how to use managed C++ to create and use string arrays in Visual C++ .NET and in Visual C++. Although the example uses a two-dimensional string array, the information can also ...
Allocating zero-length arrays in .NET can lead to unnecessary memory allocations. These allocations, although small, can accumulate and cause performance issues, especially in high-performance or ...