Click here to Skip to main content
15,902,198 members
Home / Discussions / C#
   

C#

 
QuestionRemoting using WEBDAV Protocol Pin
balu123456-Apr-09 2:00
balu123456-Apr-09 2:00 
AnswerRe: Remoting using WEBDAV Protocol Pin
SeMartens6-Apr-09 2:29
SeMartens6-Apr-09 2:29 
Questiondisplay the items in a combobox Pin
ShivarajKumar6-Apr-09 1:44
ShivarajKumar6-Apr-09 1:44 
AnswerRe: display the items in a combobox Pin
akhilonly0076-Apr-09 1:58
akhilonly0076-Apr-09 1:58 
AnswerRe: display the items in a combobox Pin
Giorgi Dalakishvili6-Apr-09 2:05
mentorGiorgi Dalakishvili6-Apr-09 2:05 
QuestionHow to insert text to GIF and animate the text ? Pin
ErezRozn6-Apr-09 1:41
ErezRozn6-Apr-09 1:41 
AnswerRe: How to insert text to GIF and animate the text ? Pin
Luc Pattyn6-Apr-09 2:41
sitebuilderLuc Pattyn6-Apr-09 2:41 
QuestionHow do i compress a large dataset Pin
Danie de Kock6-Apr-09 1:37
Danie de Kock6-Apr-09 1:37 
AnswerRe: How do i compress a large dataset Pin
SeMartens6-Apr-09 2:36
SeMartens6-Apr-09 2:36 
GeneralRe: How do i compress a large dataset Pin
Danie de Kock6-Apr-09 3:06
Danie de Kock6-Apr-09 3:06 
GeneralRe: How do i compress a large dataset Pin
SeMartens6-Apr-09 3:27
SeMartens6-Apr-09 3:27 
QuestionHow to catch browser close Pin
dataminers6-Apr-09 1:03
dataminers6-Apr-09 1:03 
AnswerRe: How to catch browser close Pin
Deresen6-Apr-09 3:55
Deresen6-Apr-09 3:55 
GeneralRe: How to catch browser close Pin
dataminers6-Apr-09 4:38
dataminers6-Apr-09 4:38 
GeneralRe: How to catch browser close Pin
Deresen6-Apr-09 4:55
Deresen6-Apr-09 4:55 
GeneralRe: How to catch browser close Pin
dataminers6-Apr-09 23:17
dataminers6-Apr-09 23:17 
QuestionGeneric Collection in C# Pin
Ashwani Dhiman6-Apr-09 0:42
Ashwani Dhiman6-Apr-09 0:42 
AnswerRe: Generic Collection in C# Pin
tom5720076-Apr-09 1:01
tom5720076-Apr-09 1:01 
GeneralRe: Generic Collection in C# Pin
King Julien6-Apr-09 1:03
King Julien6-Apr-09 1:03 
AnswerMessage Removed Pin
6-Apr-09 3:24
professionalN_tro_P6-Apr-09 3:24 
GeneralRe: Generic Collection in C# Pin
Colin Angus Mackay6-Apr-09 4:54
Colin Angus Mackay6-Apr-09 4:54 
Collin Jasnoch wrote:
Generic Collections (Array Lists) existed before non Generic (i.e. Lists).


You seem to have overloaded the word "generic"

The ArrayList is not a Generic object in the OO sense of the word. To remove the ambiguity you may like to call them "general" rather than generic.


Collin Jasnoch wrote:
However you may have a situation where you want to maintain a collection of objects that are not necessarily the same object.


Did you mean "same type of object". I've never found a situation where I would repeatedly store the same object in a list.


GeneralMessage Removed Pin
6-Apr-09 5:04
professionalN_tro_P6-Apr-09 5:04 
GeneralRe: Generic Collection in C# Pin
S. Senthil Kumar6-Apr-09 5:14
S. Senthil Kumar6-Apr-09 5:14 
GeneralRe: Generic Collection in C# Pin
Colin Angus Mackay6-Apr-09 6:18
Colin Angus Mackay6-Apr-09 6:18 
GeneralRe: Generic Collection in C# Pin
jschell6-Apr-09 8:24
jschell6-Apr-09 8:24 

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.