Click here to Skip to main content
15,906,574 members
Home / Discussions / C#
   

C#

 
AnswerRe: save to the database.please help.sos Pin
Expert Coming14-Oct-08 17:42
Expert Coming14-Oct-08 17:42 
AnswerRe: save to the database.please help.sos Pin
Ashfield14-Oct-08 21:30
Ashfield14-Oct-08 21:30 
AnswerRe: save to the database.please help.sos Pin
sakis2415-Oct-08 2:06
sakis2415-Oct-08 2:06 
Questiondatabase password Pin
reza assar14-Oct-08 13:27
reza assar14-Oct-08 13:27 
AnswerRe: database password Pin
martin_hughes14-Oct-08 13:33
martin_hughes14-Oct-08 13:33 
GeneralRe: database password Pin
Pete O'Hanlon15-Oct-08 4:04
mvePete O'Hanlon15-Oct-08 4:04 
GeneralRe: database password Pin
martin_hughes15-Oct-08 12:58
martin_hughes15-Oct-08 12:58 
QuestionString parsing? Pin
Rafone14-Oct-08 11:43
Rafone14-Oct-08 11:43 
AnswerRe: String parsing? Pin
nofacts14-Oct-08 11:55
nofacts14-Oct-08 11:55 
GeneralRe: String parsing? Pin
Rafone15-Oct-08 11:00
Rafone15-Oct-08 11:00 
AnswerRe: String parsing? Pin
martin_hughes14-Oct-08 12:24
martin_hughes14-Oct-08 12:24 
GeneralRe: String parsing? Pin
Paul Conrad14-Oct-08 12:44
professionalPaul Conrad14-Oct-08 12:44 
GeneralRe: String parsing? Pin
Rafone15-Oct-08 11:01
Rafone15-Oct-08 11:01 
QuestionControlling cursor and retrigger in text box event handler Pin
nofacts14-Oct-08 11:18
nofacts14-Oct-08 11:18 
AnswerRe: Controlling cursor and retrigger in text box event handler Pin
Jimmanuel14-Oct-08 12:34
Jimmanuel14-Oct-08 12:34 
GeneralRe: Controlling cursor and retrigger in text box event handler Pin
nofacts14-Oct-08 12:47
nofacts14-Oct-08 12:47 
QuestionMerging to databases Pin
postonoh14-Oct-08 10:16
postonoh14-Oct-08 10:16 
Questionvisual c++ runtine error while using c#.net Pin
balu1234514-Oct-08 7:17
balu1234514-Oct-08 7:17 
AnswerRe: visual c++ runtine error while using c#.net Pin
KaptinKrunch14-Oct-08 7:23
KaptinKrunch14-Oct-08 7:23 
Questionvirtual memory fragmentation Pin
arcabid14-Oct-08 7:16
arcabid14-Oct-08 7:16 
AnswerRe: virtual memory fragmentation Pin
Guffa14-Oct-08 11:25
Guffa14-Oct-08 11:25 
GeneralRe: virtual memory fragmentation Pin
arcabid15-Oct-08 3:03
arcabid15-Oct-08 3:03 
Guffa,

I use an external C++ library (QuickFix), so I would imagine that's where unmanaged memory is used. Otherwise, everything in my code is managed C#. I thought maybe in some momemnt of lunacy I did write unmanaged code, but search for words "unsafe" or "~" or "!" produces nothing.

When you say "application really leaks memory", wouldn't it cause increase in the Private Bytes memory? I don't observe that. The Private Bytes are increasing throughout the day, but every couple of hours they drastically go down. This is really purzzling, as I am watching GC Gen 0, GC Gen 1, and GC Gen 2 counters, and they all increment so I would think that Private Bytes would be managed better. So the infrequent drastic drop in Private Bytes is puzzling. Virtual Bytes, on the other hand, never go down.

I am trying memory comparisions between WindDbg breakpoints, but that isn't going all that quickly Smile | :)
GeneralRe: virtual memory fragmentation Pin
S. Senthil Kumar15-Oct-08 4:21
S. Senthil Kumar15-Oct-08 4:21 
GeneralRe: virtual memory fragmentation Pin
arcabid15-Oct-08 9:04
arcabid15-Oct-08 9:04 
Questionloading a file on the lisview conttrol by a double click (c#) Pin
Gianpaolo Barci14-Oct-08 6:49
Gianpaolo Barci14-Oct-08 6:49 

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.