Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to create an array of label ? Pin
Amar Chaudhary23-Nov-06 17:18
Amar Chaudhary23-Nov-06 17:18 
GeneralRe: How to create an array of label ? Pin
stny200023-Nov-06 17:37
stny200023-Nov-06 17:37 
QuestionCorba & C# Pin
ezazazel23-Nov-06 14:49
ezazazel23-Nov-06 14:49 
AnswerRe: Corba & C# Pin
Paresh Gheewala23-Nov-06 16:06
Paresh Gheewala23-Nov-06 16:06 
QuestionA wired problem in static classes Pin
Amar Chaudhary23-Nov-06 11:57
Amar Chaudhary23-Nov-06 11:57 
AnswerRe: A wired problem in static classes Pin
Amar Chaudhary23-Nov-06 12:10
Amar Chaudhary23-Nov-06 12:10 
GeneralRe: A wired problem in static classes Pin
Christian Graus23-Nov-06 12:38
protectorChristian Graus23-Nov-06 12:38 
AnswerRe: A wired problem in static classes Pin
Rob Graham23-Nov-06 13:53
Rob Graham23-Nov-06 13:53 
How are you determining that "the ram did not get freed"? Are you looking at the CLR heaps? Or are you just expecting Task Manager to reflect the change (it won't)?
The only valid way to tell what is going on is to look at the CLR GC generation counts and the reachable/unreachable object counts. Once the CLR has to allocate more memory to the heap, it won't release it back to the OS until termination (unless the OS becomes starved for ram).



GeneralRe: A wired problem in static classes Pin
Amar Chaudhary23-Nov-06 14:08
Amar Chaudhary23-Nov-06 14:08 
GeneralRe: A wired problem in static classes Pin
S. Senthil Kumar24-Nov-06 8:20
S. Senthil Kumar24-Nov-06 8:20 
GeneralRe: A wired problem in static classes Pin
Rob Graham24-Nov-06 8:35
Rob Graham24-Nov-06 8:35 
GeneralRe: A wired problem in static classes Pin
Amar Chaudhary24-Nov-06 13:16
Amar Chaudhary24-Nov-06 13:16 
GeneralRe: A wired problem in static classes Pin
Scott Dorman27-Nov-06 5:11
professionalScott Dorman27-Nov-06 5:11 
QuestionHow to copy a datarow to another datatable ? Pin
hdv21223-Nov-06 10:11
hdv21223-Nov-06 10:11 
AnswerRe: How to copy a datarow to another datatable ? Pin
Nader Elshehabi23-Nov-06 10:16
Nader Elshehabi23-Nov-06 10:16 
GeneralRe: How to copy a datarow to another datatable ? Pin
hdv21223-Nov-06 11:08
hdv21223-Nov-06 11:08 
GeneralRe: How to copy a datarow to another datatable ? Pin
Nader Elshehabi23-Nov-06 11:51
Nader Elshehabi23-Nov-06 11:51 
AnswerRe: How to copy a datarow to another datatable ? Pin
zhouyu53724-Nov-06 16:52
zhouyu53724-Nov-06 16:52 
QuestionDataGridView VS2005 Pin
vykom23-Nov-06 9:54
vykom23-Nov-06 9:54 
AnswerRe: DataGridView VS2005 Pin
Nader Elshehabi23-Nov-06 10:02
Nader Elshehabi23-Nov-06 10:02 
GeneralRe: DataGridView VS2005 Pin
vykom23-Nov-06 13:17
vykom23-Nov-06 13:17 
GeneralRe: DataGridView VS2005 Pin
Nader Elshehabi23-Nov-06 20:22
Nader Elshehabi23-Nov-06 20:22 
GeneralRe: DataGridView VS2005 Pin
vykom23-Nov-06 21:59
vykom23-Nov-06 21:59 
Questionquestion in c# [modified] Pin
amirafouad2123-Nov-06 9:40
amirafouad2123-Nov-06 9:40 
AnswerRe: question in c# Pin
Guffa23-Nov-06 9:54
Guffa23-Nov-06 9:54 

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.