Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: Garbage Collection in C#. Pin
akhilonly0076-Apr-09 0:04
akhilonly0076-Apr-09 0:04 
GeneralRe: Garbage Collection in C#. Pin
Colin Angus Mackay6-Apr-09 0:16
Colin Angus Mackay6-Apr-09 0:16 
GeneralRe: Garbage Collection in C#. Pin
DaveyM696-Apr-09 0:16
professionalDaveyM696-Apr-09 0:16 
GeneralRe: Garbage Collection in C#. Pin
akhilonly0076-Apr-09 0:31
akhilonly0076-Apr-09 0:31 
AnswerRe: Garbage Collection in C#. Pin
Colin Angus Mackay5-Apr-09 23:48
Colin Angus Mackay5-Apr-09 23:48 
GeneralRe: Garbage Collection in C#. Pin
S. Senthil Kumar6-Apr-09 5:22
S. Senthil Kumar6-Apr-09 5:22 
AnswerMessage Removed Pin
6-Apr-09 3:35
professionalN_tro_P6-Apr-09 3:35 
GeneralRe: Garbage Collection in C#. Pin
Colin Angus Mackay6-Apr-09 5:00
Colin Angus Mackay6-Apr-09 5:00 
Collin Jasnoch wrote:
G2 Collection is BAD


It isn't bad. It just takes the longest because it is where all the large or aged objects are placed. This means it doesn't have the same performance as a G0 collection.

Saying it is bad is like saying an ADSL connection to the internet is bad because you can transfer data from your hard disk faster.


Collin Jasnoch wrote:
Microsoft claims the the GC in VS 2010 is "Better", whatever the heck that means


Technology has moved on. Hardware has changed. Now the garbage collector supports the features of newer hardware that it didn't in the past.


GeneralRe: Garbage Collection in C#. Pin
led mike6-Apr-09 5:15
led mike6-Apr-09 5:15 
GeneralRe: Garbage Collection in C#. Pin
Dan Neely6-Apr-09 9:05
Dan Neely6-Apr-09 9:05 
GeneralRe: Garbage Collection in C#. Pin
Colin Angus Mackay6-Apr-09 9:07
Colin Angus Mackay6-Apr-09 9:07 
GeneralRe: Garbage Collection in C#. Pin
Dan Neely6-Apr-09 9:37
Dan Neely6-Apr-09 9:37 
GeneralRe: Garbage Collection in C#. Pin
Dan Neely7-Apr-09 7:05
Dan Neely7-Apr-09 7:05 
QuestionSend struct from c# as reference to c++ dll Pin
Ronenb5-Apr-09 23:15
Ronenb5-Apr-09 23:15 
AnswerRe: Send struct from c# as reference to c++ dll Pin
CPallini5-Apr-09 23:44
mveCPallini5-Apr-09 23:44 
QuestionC# + Webpage, questions Pin
Yinfall5-Apr-09 23:14
Yinfall5-Apr-09 23:14 
AnswerRe: C# + Webpage, questions Pin
Colin Angus Mackay5-Apr-09 23:19
Colin Angus Mackay5-Apr-09 23:19 
GeneralRe: C# + Webpage, questions Pin
Yinfall5-Apr-09 23:43
Yinfall5-Apr-09 23:43 
GeneralRe: C# + Webpage, questions Pin
Colin Angus Mackay6-Apr-09 0:18
Colin Angus Mackay6-Apr-09 0:18 
JokeRe: C# + Webpage, questions Pin
Yinfall6-Apr-09 0:26
Yinfall6-Apr-09 0:26 
QuestionEnable/Disable DataGridViewCell Pin
half-life5-Apr-09 23:09
half-life5-Apr-09 23:09 
AnswerRe: Enable/Disable DataGridViewCell Pin
Michael Bookatz5-Apr-09 23:38
Michael Bookatz5-Apr-09 23:38 
GeneralRe: Enable/Disable DataGridViewCell Pin
half-life6-Apr-09 0:30
half-life6-Apr-09 0:30 
AnswerRe: Enable/Disable DataGridViewCell Pin
Henry Minute6-Apr-09 1:43
Henry Minute6-Apr-09 1:43 
GeneralRe: Enable/Disable DataGridViewCell Pin
half-life6-Apr-09 1:55
half-life6-Apr-09 1:55 

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.