Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
GeneralRe: Email clients Pin
Heath Stewart10-May-04 3:49
protectorHeath Stewart10-May-04 3:49 
GeneralRe: Email clients Pin
wfe10-May-04 7:59
wfe10-May-04 7:59 
GeneralRe: Email clients Pin
Heath Stewart10-May-04 8:58
protectorHeath Stewart10-May-04 8:58 
GeneralRe: Email clients Pin
wfe10-May-04 9:23
wfe10-May-04 9:23 
GeneralRe: Email clients Pin
Heath Stewart10-May-04 9:43
protectorHeath Stewart10-May-04 9:43 
GeneralRe: Email clients Pin
wfe11-May-04 3:00
wfe11-May-04 3:00 
GeneralRe: Email clients Pin
Heath Stewart11-May-04 3:12
protectorHeath Stewart11-May-04 3:12 
GeneralMemory Usage of a console application Pin
eranas9-May-04 10:25
eranas9-May-04 10:25 
Hi everybody,
please try to solve me a mysterious problem .
I opened a new C# console Application and I wrote this code in the Main function:
//-----------------------------------------
//Create new HashTable
Hashtable ht = new Hashtable(100000);

//Add 100,000 elements
for (int i =0 ; i < 100000 ; i++)
ht.Add(i.ToString() , i);

//wait for user
Console.Read();
//-----------------------------------------

Well then I opened the Task Manager and I saw that the memory usage of my app is about 14,256K, then I did something very simple, I just minimized the app and then restored to normal, then I took another look in the Task Manager and saw that the memory usage decreased to 132K.

Can you tell me why this happens?
GeneralRe: Memory Usage of a console application Pin
Jeff Varszegi9-May-04 12:11
professionalJeff Varszegi9-May-04 12:11 
GeneralRe: Memory Usage of a console application Pin
Heath Stewart10-May-04 3:39
protectorHeath Stewart10-May-04 3:39 
GeneralMouse Drag Event Pin
Member 6910899-May-04 7:15
Member 6910899-May-04 7:15 
GeneralRe: Mouse Drag Event Pin
Mazdak9-May-04 7:52
Mazdak9-May-04 7:52 
GeneralFree disk space Pin
kratchkov9-May-04 5:15
kratchkov9-May-04 5:15 
GeneralRe: Free disk space Pin
Mazdak9-May-04 5:21
Mazdak9-May-04 5:21 
GeneralRe: Free disk space Pin
kratchkov9-May-04 5:30
kratchkov9-May-04 5:30 
GeneralRe: Free disk space Pin
Mike Dimmick9-May-04 7:12
Mike Dimmick9-May-04 7:12 
GeneralRe: Free disk space Pin
kratchkov9-May-04 7:36
kratchkov9-May-04 7:36 
Generalrepaint a TreeView Pin
cristina_tudor9-May-04 5:05
cristina_tudor9-May-04 5:05 
GeneralRe: repaint a TreeView Pin
Mazdak9-May-04 5:15
Mazdak9-May-04 5:15 
GeneralBug in java.util.zip.Zipfile Pin
Nish Nishant8-May-04 23:15
sitebuilderNish Nishant8-May-04 23:15 
GeneralRe: Bug in java.util.zip.Zipfile Pin
Kannan Kalyanaraman9-May-04 1:59
Kannan Kalyanaraman9-May-04 1:59 
GeneralRe: Bug in java.util.zip.Zipfile Pin
Nish Nishant9-May-04 2:45
sitebuilderNish Nishant9-May-04 2:45 
GeneralRe: Bug in java.util.zip.Zipfile Pin
Kannan Kalyanaraman9-May-04 4:41
Kannan Kalyanaraman9-May-04 4:41 
GeneralRe: Bug in java.util.zip.Zipfile Pin
Nish Nishant9-May-04 4:45
sitebuilderNish Nishant9-May-04 4:45 
GeneralRe: Bug in java.util.zip.Zipfile Pin
Nish Nishant9-May-04 2:47
sitebuilderNish Nishant9-May-04 2:47 

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.