Click here to Skip to main content
15,887,464 members
Home / Discussions / C#
   

C#

 
Questionstring declare Pin
michaelgr15-Jun-09 0:35
michaelgr15-Jun-09 0:35 
AnswerRe: string declare Pin
Mirko19805-Jun-09 0:43
Mirko19805-Jun-09 0:43 
GeneralRe: string declare Pin
michaelgr15-Jun-09 0:45
michaelgr15-Jun-09 0:45 
GeneralRe: string declare Pin
Manas Bhardwaj5-Jun-09 0:49
professionalManas Bhardwaj5-Jun-09 0:49 
GeneralRe: string declare Pin
Henry Minute5-Jun-09 4:54
Henry Minute5-Jun-09 4:54 
GeneralRe: string declare Pin
molesworth5-Jun-09 0:48
molesworth5-Jun-09 0:48 
AnswerRe: string declare Pin
I Believe In GOD5-Jun-09 0:59
I Believe In GOD5-Jun-09 0:59 
GeneralRe: string declare Pin
DaveyM695-Jun-09 1:20
professionalDaveyM695-Jun-09 1:20 
If it's always the same object type that's being put in the array list and you're using 2.0 or above, then better to use a generic list List<T> where T is the type of the object i.e. List<string>.

ArrayList involves unboxing/boxing which isn't a great idea.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

GeneralRe: string declare Pin
I Believe In GOD5-Jun-09 1:34
I Believe In GOD5-Jun-09 1:34 
QuestionHow to make a network connection at this case? Pin
Majid_grok5-Jun-09 0:04
Majid_grok5-Jun-09 0:04 
AnswerRe: How to make a network connection at this case? Pin
stancrm5-Jun-09 0:37
stancrm5-Jun-09 0:37 
GeneralRe: How to make a network connection at this case? Pin
Majid_grok5-Jun-09 1:36
Majid_grok5-Jun-09 1:36 
GeneralRe: How to make a network connection at this case? Pin
stancrm5-Jun-09 1:39
stancrm5-Jun-09 1:39 
QuestionCan we use pointers or similar in C# ? Pin
Otex4-Jun-09 23:53
Otex4-Jun-09 23:53 
AnswerRe: Can we use pointers or similar in C# ? Pin
0x3c05-Jun-09 0:01
0x3c05-Jun-09 0:01 
GeneralRe: Can we use pointers or similar in C# ? Pin
Otex5-Jun-09 0:15
Otex5-Jun-09 0:15 
GeneralRe: Can we use pointers or similar in C# ? Pin
0x3c05-Jun-09 0:21
0x3c05-Jun-09 0:21 
AnswerRe: Can we use pointers or similar in C# ? Pin
Christian Graus5-Jun-09 0:12
protectorChristian Graus5-Jun-09 0:12 
QuestionOutlook 2003 VSTO Addin deployment on Windows Vista - Registry and other issues - How to Pin
Chaitanya Joshi4-Jun-09 23:28
Chaitanya Joshi4-Jun-09 23:28 
AnswerRe: Outlook 2003 VSTO Addin deployment on Windows Vista - Registry and other issues - How to Pin
led mike5-Jun-09 4:37
led mike5-Jun-09 4:37 
GeneralRe: Outlook 2003 VSTO Addin deployment on Windows Vista - Registry and other issues - How to Pin
Chaitanya Joshi7-Jun-09 23:26
Chaitanya Joshi7-Jun-09 23:26 
GeneralRe: Outlook 2003 VSTO Addin deployment on Windows Vista - Registry and other issues - How to Pin
led mike8-Jun-09 5:37
led mike8-Jun-09 5:37 
QuestionBatch Insert Problem with SqlBulkCopy. Pin
hdv2124-Jun-09 22:33
hdv2124-Jun-09 22:33 
AnswerRe: Batch Insert Problem with SqlBulkCopy. Pin
Manas Bhardwaj4-Jun-09 22:41
professionalManas Bhardwaj4-Jun-09 22:41 
GeneralRe: Batch Insert Problem with SqlBulkCopy. Pin
hdv2124-Jun-09 23:45
hdv2124-Jun-09 23:45 

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.