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

C#

 
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 
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 
TaskManager is not a very accurate tool when it comes to measuring managed memory consumption. As Rob said, you need to watch the CLR heap size instead. Perfmon (type perfmon.msc at the command prompt) has a set of counters that allow you to do precisely that. Right click on the graph, click "Add Counter", select ".NET CLR Memory" in the "Performance Object" drop down list and you'll see a list of managed memory parameters, which you can then select to monitor them for your process.

Regards
Senthil [MVP - Visual C#]
_____________________________
My Blog | My Articles | My Flickr | WinMacro

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 
AnswerRe: question in c# Pin
Nader Elshehabi23-Nov-06 9:59
Nader Elshehabi23-Nov-06 9:59 
AnswerRe: question in c# Pin
shabonaa23-Nov-06 10:48
shabonaa23-Nov-06 10:48 

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.