Click here to Skip to main content
15,927,694 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Telephony Pin
SuperGeek2-Oct-02 10:25
SuperGeek2-Oct-02 10:25 
GeneralRe: Telephony Pin
Ray Cassick2-Oct-02 14:27
Ray Cassick2-Oct-02 14:27 
GeneralRe: Telephony Pin
SuperGeek3-Oct-02 15:46
SuperGeek3-Oct-02 15:46 
GeneralRe: Telephony Pin
SuperGeek16-Nov-02 6:05
SuperGeek16-Nov-02 6:05 
Generalvb.net Drive & Folder tree object required Pin
44Class1-Oct-02 17:12
44Class1-Oct-02 17:12 
GeneralRe: vb.net Drive & Folder tree object required Pin
Ray Cassick1-Oct-02 20:05
Ray Cassick1-Oct-02 20:05 
GeneralRe: vb.net Drive & Folder tree object required Pin
Zulfikar Ali4-Oct-02 9:42
Zulfikar Ali4-Oct-02 9:42 
GeneralNew MSDN article (flaw?) Pin
Ray Cassick1-Oct-02 4:44
Ray Cassick1-Oct-02 4:44 
I was reading the latest MSDN article that talks about VB.NET performance issues and saw the following paragraph:

Object Collections and Object Arrays

When you have a set of related objects that you handle similarly, you can put them in an array of objects, or you can create a collection with the objects as members. The following considerations can help you choose between these schemes:

* An array of objects is faster if you always traverse it sequentially. For random access, an array can be slightly faster.
* Insertions and deletions in a collection are equally fast regardless of the position of the elements. Insertions and deletions in an array are only possible at the end of the array.
* If the number of objects in the set changes significantly over the lifetime of the set, it is much less complicated, and therefore faster, to use a collection.

I am bugged by the first bullet point here... Sounds very wrong to me...
GeneralRe: New MSDN article (flaw?) Pin
Paul Riley1-Oct-02 14:06
Paul Riley1-Oct-02 14:06 
GeneralRe: New MSDN article (flaw?) Pin
Daniel Turini3-Oct-02 22:47
Daniel Turini3-Oct-02 22:47 
GeneralError BC30311. Can't convert Pin
sybux200030-Sep-02 10:49
sybux200030-Sep-02 10:49 
GeneralRe: Error BC30311. Can't convert Pin
Vipul Bhatt1-Oct-02 2:29
Vipul Bhatt1-Oct-02 2:29 
GeneralRe: Error BC30311. Can't convert Pin
sybux20001-Oct-02 12:39
sybux20001-Oct-02 12:39 
Generalstart page Pin
FreJa30-Sep-02 7:13
FreJa30-Sep-02 7:13 
GeneralNetServerEnum Pin
Vipul Bhatt29-Sep-02 20:08
Vipul Bhatt29-Sep-02 20:08 
GeneralRe: NetServerEnum Pin
Richard Deeming30-Sep-02 1:28
mveRichard Deeming30-Sep-02 1:28 
GeneralRe: NetServerEnum Pin
Vipul Bhatt27-Oct-02 22:50
Vipul Bhatt27-Oct-02 22:50 
GeneralRe: NetServerEnum Pin
Richard Deeming30-Sep-02 4:02
mveRichard Deeming30-Sep-02 4:02 
GeneralRe: NetServerEnum Pin
Vipul Bhatt30-Sep-02 20:07
Vipul Bhatt30-Sep-02 20:07 
GeneralRe: NetServerEnum Pin
Richard Deeming30-Sep-02 23:44
mveRichard Deeming30-Sep-02 23:44 
GeneralRe: NetServerEnum Pin
Vipul Bhatt1-Oct-02 1:53
Vipul Bhatt1-Oct-02 1:53 
GeneralRe: NetServerEnum Pin
Vipul Bhatt1-Oct-02 1:57
Vipul Bhatt1-Oct-02 1:57 
GeneralRegEnumKeyEx and WinXP Pin
stefan b28-Sep-02 6:38
stefan b28-Sep-02 6:38 
GeneralRe: RegEnumKeyEx and WinXP Pin
Nick Parker28-Sep-02 17:37
protectorNick Parker28-Sep-02 17:37 
GeneralRe: RegEnumKeyEx and WinXP Pin
stefan b29-Sep-02 5:59
stefan b29-Sep-02 5:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.