Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
AnswerRe: Limiting to 2 decimal places Pin
Stefan Troschuetz29-Sep-05 23:20
Stefan Troschuetz29-Sep-05 23:20 
AnswerRe: Limiting to 2 decimal places Pin
esjq30-Sep-05 9:28
esjq30-Sep-05 9:28 
QuestionHigh Memory Usage Pin
Heinz_29-Sep-05 19:52
Heinz_29-Sep-05 19:52 
AnswerRe: High Memory Usage Pin
S. Senthil Kumar29-Sep-05 23:26
S. Senthil Kumar29-Sep-05 23:26 
GeneralRe: High Memory Usage Pin
Heinz_30-Sep-05 8:40
Heinz_30-Sep-05 8:40 
AnswerRe: High Memory Usage Pin
Daniel Grunwald30-Sep-05 3:59
Daniel Grunwald30-Sep-05 3:59 
GeneralRe: High Memory Usage Pin
Heinz_30-Sep-05 8:48
Heinz_30-Sep-05 8:48 
GeneralRe: High Memory Usage Pin
Dan Neely30-Sep-05 10:06
Dan Neely30-Sep-05 10:06 
Heinz Suez wrote:
Hi, you're right. Task manager does not really show the memory usage of my app. I tested it, i created a minimal app (a single and empty form) and it uses 10 MB of memory and a single and empty form does not require such amount of memory. My real app loads lots of resources, objects and dll's and it uses 15 MB, it's not a bad score at all!


What it comes down to is that getting and returning memory from the system are very expensive operations. Since modern computers have alot more ram that was the case in the bad old days instead of repeatedly asking for small chunks and taking the hit from context switching with the OS every time .net asks for large chunks and holds onto the excess for a very long time unless the OS asks it to return any unused memory the app is holding onto.
Questionhow to communicate with one mobile with another via a program Pin
sajikp29-Sep-05 19:38
sajikp29-Sep-05 19:38 
AnswerRe: how to communicate with one mobile with another via a program Pin
Heinz_29-Sep-05 19:57
Heinz_29-Sep-05 19:57 
QuestionIPAddress Obsolete Pin
Thoughthopper29-Sep-05 17:20
Thoughthopper29-Sep-05 17:20 
AnswerRe: IPAddress Obsolete Pin
turbochimp29-Sep-05 17:51
turbochimp29-Sep-05 17:51 
GeneralRe: IPAddress Obsolete Pin
Thoughthopper29-Sep-05 18:00
Thoughthopper29-Sep-05 18:00 
QuestionHow to make DataColumn.Expression work? Pin
Libra29-Sep-05 17:14
Libra29-Sep-05 17:14 
AnswerWonder if it's VS.net IDE wizzard's bug... Pin
Libra29-Sep-05 19:37
Libra29-Sep-05 19:37 
QuestionRethrowing exceptions: Pin
ntfirebird29-Sep-05 16:24
ntfirebird29-Sep-05 16:24 
AnswerRe: Rethrowing exceptions: Pin
Libra29-Sep-05 17:39
Libra29-Sep-05 17:39 
GeneralRe: Rethrowing exceptions: Pin
Dave Everett30-Sep-05 10:10
Dave Everett30-Sep-05 10:10 
QuestionLineScroll method in C# Pin
Member 109769929-Sep-05 16:07
Member 109769929-Sep-05 16:07 
QuestionMdiChild and its control box Pin
AesopTurtle29-Sep-05 16:06
AesopTurtle29-Sep-05 16:06 
QuestionHow to align text in C# Pin
Johny Ng29-Sep-05 15:17
Johny Ng29-Sep-05 15:17 
AnswerRe: How to align text in C# Pin
Jaiprakash M Bankolli29-Sep-05 18:48
Jaiprakash M Bankolli29-Sep-05 18:48 
Questiontextbox.AppendText("just do it!\n"); Pin
Lilli Alexis29-Sep-05 14:45
Lilli Alexis29-Sep-05 14:45 
AnswerRe: textbox.AppendText("just do it!\n"); Pin
mav.northwind29-Sep-05 19:40
mav.northwind29-Sep-05 19:40 
QuestionTreeNode to Clipboard? Pin
PhrankBooth29-Sep-05 13:46
PhrankBooth29-Sep-05 13:46 

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.