Click here to Skip to main content
16,006,845 members
Home / Discussions / C#
   

C#

 
GeneralRe: Collection Sort Performance Pin
Daniel Turini5-May-03 9:37
Daniel Turini5-May-03 9:37 
GeneralRe: Collection Sort Performance Pin
Mark Sanders5-May-03 9:40
Mark Sanders5-May-03 9:40 
GeneralRe: Collection Sort Performance Pin
James T. Johnson5-May-03 9:43
James T. Johnson5-May-03 9:43 
GeneralRe: Collection Sort Performance Pin
leppie5-May-03 15:13
leppie5-May-03 15:13 
GeneralRe: Collection Sort Performance Pin
Daniel Turini6-May-03 0:38
Daniel Turini6-May-03 0:38 
Generalcontrolling datagrid rows addition Pin
shoe-seal5-May-03 7:47
shoe-seal5-May-03 7:47 
Generalaspnet_wp.exe hangs Pin
Manish K. Agarwal5-May-03 4:30
Manish K. Agarwal5-May-03 4:30 
GeneralRe: aspnet_wp.exe hangs Pin
Paresh Gheewala5-May-03 5:56
Paresh Gheewala5-May-03 5:56 
Plz,

examine the memory consumption
using some tools. Tools such as System Monitor or Task Manager can isolate
those processes. When using System Monitor, if both the "Private Bytes"
counter and the ".NET # of Bytes in all Heaps" counter increase at the same
rate, this is evidence of managed memory consumption. Look at the size of
allocated managed memory and consider what the garbage collector is doing.
The allocation profiler might be helpful to you:
http://www.gotdotnet.com/userfiles/MaheshP/AllocationProfiler.zip



also check this article on MSDN,
[1]
http://support.microsoft.com/default.aspx?scid=kb;en-us;q286350
[2]
http://support.microsoft.com/default.aspx?scid=kb;en-us;q321792



hope this helps though,
- Paresh
Generalbrowser Pin
toanlb4-May-03 23:41
toanlb4-May-03 23:41 
GeneralRe: browser Pin
Stephane Rodriguez.5-May-03 3:09
Stephane Rodriguez.5-May-03 3:09 
GeneralRe: browser Pin
toanlb5-May-03 4:42
toanlb5-May-03 4:42 
GeneralRe: browser Pin
Stephane Rodriguez.5-May-03 5:15
Stephane Rodriguez.5-May-03 5:15 
QuestionI need to convert a string variable to an array of integers ? Pin
fdc4-May-03 23:30
fdc4-May-03 23:30 
AnswerRe: I need to convert a string variable to an array of integers ? Pin
fdc4-May-03 23:47
fdc4-May-03 23:47 
AnswerRe: I need to convert a string variable to an array of integers ? Pin
Daniel Turini5-May-03 9:39
Daniel Turini5-May-03 9:39 
GeneralNotifyIcon in a Windows Service Pin
Emanuele Baglini4-May-03 12:16
Emanuele Baglini4-May-03 12:16 
GeneralRe: NotifyIcon in a Windows Service Pin
apferreira5-May-03 23:23
apferreira5-May-03 23:23 
GeneralRe: NotifyIcon in a Windows Service Pin
Emanuele Baglini5-May-03 23:58
Emanuele Baglini5-May-03 23:58 
GeneralRe: NotifyIcon in a Windows Service Pin
apferreira6-May-03 0:53
apferreira6-May-03 0:53 
Generalpointers in C# Pin
svural4-May-03 10:48
svural4-May-03 10:48 
GeneralRe: pointers in C# Pin
Eric Gunnerson (msft)5-May-03 11:27
Eric Gunnerson (msft)5-May-03 11:27 
GeneralRe: pointers in C# Pin
Stephane Rodriguez.5-May-03 19:50
Stephane Rodriguez.5-May-03 19:50 
GeneralRead text in Word Pin
Amauw Scritz4-May-03 1:12
Amauw Scritz4-May-03 1:12 
GeneralRe: Read text in Word Pin
Member 21279844-May-03 3:29
Member 21279844-May-03 3:29 
GeneralCall Flash Pin
Amauw Scritz3-May-03 21:15
Amauw Scritz3-May-03 21:15 

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.