Click here to Skip to main content
15,881,709 members
Home / Discussions / C#
   

C#

 
Questionhow to split string Pin
sooreeagt2-Apr-07 20:22
sooreeagt2-Apr-07 20:22 
AnswerRe: how to split string Pin
Martin#2-Apr-07 20:31
Martin#2-Apr-07 20:31 
AnswerRe: how to split string Pin
Vinay Dornala2-Apr-07 22:43
Vinay Dornala2-Apr-07 22:43 
GeneralRe: how to split string Pin
Martin#2-Apr-07 23:31
Martin#2-Apr-07 23:31 
QuestionPlz help me in changing position of Main menu Pin
EEmaan2-Apr-07 19:25
EEmaan2-Apr-07 19:25 
AnswerRe: Plz help me in changing position of Main menu Pin
Christian Graus2-Apr-07 20:50
protectorChristian Graus2-Apr-07 20:50 
Questiondownload file memory usage Pin
Planker2-Apr-07 17:51
Planker2-Apr-07 17:51 
AnswerRe: download file memory usage Pin
Phillip M. Hoff2-Apr-07 18:22
Phillip M. Hoff2-Apr-07 18:22 
How exactly are you copying the data from the response stream to the file stream?

Another thing to consider is that looking at memory usage in the Task Manager (which is what I assume you are doing) can often be misleading. The allocated memory listed for a .NET-based application often includes memory which has been collected (i.e. released) as far as the application goes, but which simply hasn't been given back to the system by the runtime. However, that memory can be given back if and when the runtime believes the system needs it.

If there are specific performance (memory or CPU) requirements for your application, then I would suggest using a profiler to help determine where the bottlenecks are in your application.

-Phil
QuestionHow to remove space in a String? Pin
Khoramdin2-Apr-07 16:16
Khoramdin2-Apr-07 16:16 
AnswerRe: How to remove space in a String? Pin
Christian Graus2-Apr-07 16:19
protectorChristian Graus2-Apr-07 16:19 
AnswerRe: How to remove space in a String? Pin
Muammar©2-Apr-07 20:00
Muammar©2-Apr-07 20:00 
QuestionRe: How to remove space in a String? Pin
JacquesDP2-Apr-07 21:00
JacquesDP2-Apr-07 21:00 
AnswerRe: How to remove space in a String? Pin
Muammar©2-Apr-07 21:26
Muammar©2-Apr-07 21:26 
GeneralRe: How to remove space in a String? Pin
Guffa2-Apr-07 21:38
Guffa2-Apr-07 21:38 
AnswerRe: How to remove space in a String? [modified] Pin
Muammar©2-Apr-07 21:49
Muammar©2-Apr-07 21:49 
AnswerHi i ahv this code just it will remove all spaces and special chars also Pin
sooreeagt2-Apr-07 21:15
sooreeagt2-Apr-07 21:15 
GeneralRe: Hi i ahv this code just it will remove all spaces and special chars also Pin
Christian Graus2-Apr-07 21:22
protectorChristian Graus2-Apr-07 21:22 
GeneralRe: Hi i ahv this code just it will remove all spaces and special chars also Pin
Muammar©2-Apr-07 21:31
Muammar©2-Apr-07 21:31 
GeneralRe: Hi i ahv this code just it will remove all spaces and special chars also Pin
Christian Graus2-Apr-07 22:52
protectorChristian Graus2-Apr-07 22:52 
QuestionC# HELP...here...about the popup file Pin
Missy Glory2-Apr-07 15:32
Missy Glory2-Apr-07 15:32 
AnswerRe: C# HELP...here...about the popup file Pin
Christian Graus2-Apr-07 15:46
protectorChristian Graus2-Apr-07 15:46 
AnswerRe: C# HELP...here...about the popup file Pin
liewcp2-Apr-07 16:07
liewcp2-Apr-07 16:07 
AnswerRe: C# HELP...here...about the popup file Pin
Muammar©2-Apr-07 20:02
Muammar©2-Apr-07 20:02 
Questionhow to run exe file in ram (on the fly) ? Pin
hdv2122-Apr-07 15:22
hdv2122-Apr-07 15:22 
AnswerRe: how to run exe file in ram (on the fly) ? Pin
Christian Graus2-Apr-07 15:47
protectorChristian Graus2-Apr-07 15:47 

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.