Click here to Skip to main content
15,920,896 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralInstaller not found Pin
Codename474-Apr-08 0:30
Codename474-Apr-08 0:30 
GeneralRe: Installer not found Pin
#realJSOP4-Apr-08 3:01
professional#realJSOP4-Apr-08 3:01 
GeneralRe: Installer not found Pin
Codename474-Apr-08 3:39
Codename474-Apr-08 3:39 
GeneralAdding column to a typed dataset Pin
Vipul Mehta3-Apr-08 19:39
Vipul Mehta3-Apr-08 19:39 
GeneralMemory Consumption Question Pin
#realJSOP3-Apr-08 14:00
professional#realJSOP3-Apr-08 14:00 
GeneralRe: Memory Consumption Question Pin
Mark Salsbery3-Apr-08 14:15
Mark Salsbery3-Apr-08 14:15 
GeneralRe: Memory Consumption Question Pin
#realJSOP4-Apr-08 0:15
professional#realJSOP4-Apr-08 0:15 
GeneralRe: Memory Consumption Question Pin
Luc Pattyn4-Apr-08 1:11
sitebuilderLuc Pattyn4-Apr-08 1:11 
John Simmons / outlaw programmer wrote:
Is there a utility that will track memory usage better than Task Manager?


that's rhetoric I trust.


I usually have a timer (Windows.Forms.Timer) that periodically (1Hz) updates some numbers
in the GUI (a statusbar label); I look at:
Environment.WorkingSet for memory leaks,
GetGuiResources(processHandle, 0) for missing Dispose() calls on GDI objects,
etc.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: Memory Consumption Question Pin
Mark Salsbery4-Apr-08 6:42
Mark Salsbery4-Apr-08 6:42 
GeneralRe: Memory Consumption Question Pin
Pete O'Hanlon4-Apr-08 1:26
mvePete O'Hanlon4-Apr-08 1:26 
GeneralRe: Memory Consumption Question Pin
#realJSOP4-Apr-08 2:44
professional#realJSOP4-Apr-08 2:44 
GeneralRe: Memory Consumption Question Pin
Pete O'Hanlon4-Apr-08 8:44
mvePete O'Hanlon4-Apr-08 8:44 
GeneralRe: Memory Consumption Question Pin
Zoltan Balazs4-Apr-08 11:33
Zoltan Balazs4-Apr-08 11:33 
GeneralRe: Memory Consumption Question Pin
Patrick Etc.7-Apr-08 11:44
Patrick Etc.7-Apr-08 11:44 
QuestionProject can not be opended [modified] Pin
mpavas3-Apr-08 13:42
mpavas3-Apr-08 13:42 
GeneralRe: Project can not be opended Pin
Luc Pattyn3-Apr-08 14:05
sitebuilderLuc Pattyn3-Apr-08 14:05 
GeneralRe: Project can not be opended Pin
mpavas3-Apr-08 14:35
mpavas3-Apr-08 14:35 
GeneralRe: Project can not be opended Pin
Luc Pattyn3-Apr-08 14:43
sitebuilderLuc Pattyn3-Apr-08 14:43 
GeneralRe: Project can not be opended Pin
mpavas3-Apr-08 15:03
mpavas3-Apr-08 15:03 
QuestionHow Do I Do a Build Using Visual Web Developer Express 2005? Pin
Jeff Solochek2-Apr-08 19:56
Jeff Solochek2-Apr-08 19:56 
GeneralTrigger a controls event handler manually Pin
NumberXaero2-Apr-08 12:47
NumberXaero2-Apr-08 12:47 
GeneralRe: Trigger a controls event handler manually Pin
Luc Pattyn3-Apr-08 14:07
sitebuilderLuc Pattyn3-Apr-08 14:07 
Questionhow can I see the interbal details of an assembly Pin
sujithkumarsl2-Apr-08 3:10
sujithkumarsl2-Apr-08 3:10 
AnswerRe: how can I see the interbal details of an assembly Pin
Simon P Stevens2-Apr-08 3:22
Simon P Stevens2-Apr-08 3:22 
GeneralInheritance Pin
bort_verdon1-Apr-08 22:00
bort_verdon1-Apr-08 22:00 

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.