Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: simple audio player in C# Pin
Dave Kreskowiak21-Feb-13 12:32
mveDave Kreskowiak21-Feb-13 12:32 
AnswerRe: simple audio player in C# Pin
Richard MacCutchan21-Feb-13 6:32
mveRichard MacCutchan21-Feb-13 6:32 
QuestionC# WPF Memory Leak Pin
Wu Bin Michael20-Feb-13 21:54
Wu Bin Michael20-Feb-13 21:54 
AnswerRe: C# WPF Memory Leak Pin
Abhinav S20-Feb-13 22:30
Abhinav S20-Feb-13 22:30 
AnswerRe: C# WPF Memory Leak Pin
Keith Barrow20-Feb-13 23:37
professionalKeith Barrow20-Feb-13 23:37 
AnswerRe: C# WPF Memory Leak Pin
Pete O'Hanlon20-Feb-13 23:46
mvePete O'Hanlon20-Feb-13 23:46 
GeneralRe: C# WPF Memory Leak Pin
Wu Bin Michael21-Feb-13 15:03
Wu Bin Michael21-Feb-13 15:03 
GeneralRe: C# WPF Memory Leak Pin
Pete O'Hanlon21-Feb-13 20:28
mvePete O'Hanlon21-Feb-13 20:28 
Never, ever, use Task Manager as a means of determining whether or not your application is leaking memory. Unless you are looking at the Private Bytes allocation, what you see in Task Manager is the amount of memory that has been allocated to your application by .NET for it to potentially use. This isn't memory that's in use, it's memory that your application could use if it needed to. The thing about this memory allocation is that the runtime can take it back if it needs to, so it's possible to watch wildly varying memory depending on the load on your system.
I was brought up to respect my elders. I don't respect many people nowadays.

CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

AnswerRe: C# WPF Memory Leak Pin
Dave Kreskowiak21-Feb-13 2:28
mveDave Kreskowiak21-Feb-13 2:28 
GeneralRe: C# WPF Memory Leak Pin
Wu Bin Michael21-Feb-13 14:54
Wu Bin Michael21-Feb-13 14:54 
GeneralRe: C# WPF Memory Leak Pin
Dave Kreskowiak21-Feb-13 15:27
mveDave Kreskowiak21-Feb-13 15:27 
AnswerRe: C# WPF Memory Leak Pin
V.21-Feb-13 3:47
professionalV.21-Feb-13 3:47 
GeneralRe: C# WPF Memory Leak Pin
Wu Bin Michael21-Feb-13 14:51
Wu Bin Michael21-Feb-13 14:51 
AnswerRe: C# WPF Memory Leak Pin
Bernhard Hiller21-Feb-13 21:05
Bernhard Hiller21-Feb-13 21:05 
QuestionHttpwebrequest + Socks5 Pin
mathisderaltefuchs20-Feb-13 21:49
mathisderaltefuchs20-Feb-13 21:49 
AnswerRe: Httpwebrequest + Socks5 Pin
Pete O'Hanlon21-Feb-13 2:30
mvePete O'Hanlon21-Feb-13 2:30 
Questionimage resizing Pin
vimalbala20-Feb-13 18:51
vimalbala20-Feb-13 18:51 
AnswerRe: image resizing Pin
Sandeep Mewara20-Feb-13 22:01
mveSandeep Mewara20-Feb-13 22:01 
GeneralRe: image resizing Pin
vimalbala23-Mar-13 1:30
vimalbala23-Mar-13 1:30 
QuestionC# Money Transfer Question Pin
Jimmy173420-Feb-13 18:10
Jimmy173420-Feb-13 18:10 
QuestionRe: C# Money Transfer Question Pin
Eddy Vluggen21-Feb-13 8:40
professionalEddy Vluggen21-Feb-13 8:40 
QuestionMD5 hash encrypt and decryption Pin
thekoko8920-Feb-13 15:32
thekoko8920-Feb-13 15:32 
GeneralRe: MD5 hash encrypt and decryption Pin
PIEBALDconsult20-Feb-13 17:18
mvePIEBALDconsult20-Feb-13 17:18 
AnswerRe: MD5 hash encrypt and decryption Pin
Bernhard Hiller20-Feb-13 21:12
Bernhard Hiller20-Feb-13 21:12 
AnswerRe: MD5 hash encrypt and decryption Pin
Dave Kreskowiak21-Feb-13 2:34
mveDave Kreskowiak21-Feb-13 2:34 

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.