Click here to Skip to main content
15,885,842 members
Home / Discussions / C#
   

C#

 
GeneralRe: Loop though XML Pin
John Fisher18-Jul-03 4:32
John Fisher18-Jul-03 4:32 
GeneralRe: Loop though XML Pin
Ista21-Jul-03 17:19
Ista21-Jul-03 17:19 
GeneralRe: Loop though XML Pin
eggie521-Jul-03 17:23
eggie521-Jul-03 17:23 
GeneralRe: Loop though XML Pin
Ista22-Jul-03 3:15
Ista22-Jul-03 3:15 
GeneralMemory Management Pin
Gaurika Wijeratne17-Jul-03 19:39
Gaurika Wijeratne17-Jul-03 19:39 
GeneralRe: Memory Management Pin
apferreira18-Jul-03 5:10
apferreira18-Jul-03 5:10 
GeneralRe: Memory Management Pin
Gaurika Wijeratne18-Jul-03 7:22
Gaurika Wijeratne18-Jul-03 7:22 
GeneralRe: Memory Management Pin
apferreira19-Jul-03 2:55
apferreira19-Jul-03 2:55 
Task manager show the program's working set, not the actual memory consumption at a given time. You can see this bi minimizing and then restoring your application. Task Manager refreshes the value and usually the new value is much less than the original one.

Although it is not a recommended practice, you can try forcing a garbage collection through GC.Collect().

Also, try this MSDN link:

http://msdn.microsoft.com/netframework/downloads/samples/default.aspx?pull=/library/en-us/dndotnet/html/dotnetperftips.asp[^]
Generalsystray question Pin
KETUINHA17-Jul-03 18:01
KETUINHA17-Jul-03 18:01 
GeneralRe: systray question Pin
Mazdak18-Jul-03 2:19
Mazdak18-Jul-03 2:19 
QuestionHow to Create a new Access database using C#? Pin
Xytme17-Jul-03 17:41
Xytme17-Jul-03 17:41 
AnswerRe: How to Create a new Access database using C#? Pin
Kastro17-Jul-03 18:10
Kastro17-Jul-03 18:10 
AnswerRe: How to Create a new Access database using C#? Pin
Mazdak18-Jul-03 2:23
Mazdak18-Jul-03 2:23 
Generalbackground is not transparent !! Pin
KETUINHA17-Jul-03 17:04
KETUINHA17-Jul-03 17:04 
GeneralSML GHETTO STEEZ Pin
eggie517-Jul-03 14:40
eggie517-Jul-03 14:40 
GeneralRe: SML GHETTO STEEZ Pin
eggie517-Jul-03 19:05
eggie517-Jul-03 19:05 
GeneralRe: SML GHETTO STEEZ Pin
eggie518-Jul-03 10:23
eggie518-Jul-03 10:23 
GeneralRe: SML GHETTO STEEZ Pin
eggie518-Jul-03 10:23
eggie518-Jul-03 10:23 
GeneralMD5 in C# Pin
Zibar17-Jul-03 11:01
sussZibar17-Jul-03 11:01 
GeneralRe: MD5 in C# Pin
Frank Rem17-Jul-03 11:30
Frank Rem17-Jul-03 11:30 
GeneralRe: MD5 in C# Pin
Zibar17-Jul-03 20:13
sussZibar17-Jul-03 20:13 
GeneralProgress Bar Pin
eggie517-Jul-03 9:36
eggie517-Jul-03 9:36 
Generalvisual studio designer Pin
mdolby17-Jul-03 9:11
mdolby17-Jul-03 9:11 
GeneralRe: visual studio designer Pin
John Fisher17-Jul-03 9:25
John Fisher17-Jul-03 9:25 
GeneralRe: visual studio designer Pin
Kastro17-Jul-03 11:07
Kastro17-Jul-03 11:07 

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.