Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
QuestionProblem with PropertyGrid Pin
sandeepkavade6-Apr-09 2:33
sandeepkavade6-Apr-09 2:33 
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 
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 
Collin Jasnoch wrote:
The word generic or general is irrelevant


That is like saying "the word left or right is irrelevant". It isn't irrelevant. Generic has a very specific and well defined meaning in OO languages. If the OP used it in error then don't repeat the error. Use the correct term otherwise the OP will continue to use the word in error and cause more confusion later.


Collin Jasnoch wrote:
FYI you could have a situation where you want to store the same specific object in a list. The list does not keep copies but actual references.


Are you trying to teach me C#? I am well aware of this. I just said I've never found a situation where I would want to do this.


Collin Jasnoch wrote:
This is how you can keep ojects alive so the GC does not hit them.


Adding an object many times to the same list will not affect the way garbage collection works. Just one reference in the list is sufficient for the GC to ignore the object so long as the list itself is referenced.


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.