Speaking of which...
Sample solutions from Internet development support
Memory management in the .NET Framework
This is a subject that has been covered before and I have no intention of writing the ultimate post...
Author: JohanSt Date: 04/20/2007
Why adding more memory won't resolve OutOfMemoryExceptions
Quite often I am met with the incorrect assumption that out of memory exceptions can be resolved by...
Author: JohanSt Date: 04/19/2007
My language of choice can't decode an URIEncoded string
Problem: Some time ago I was asked to help in decoding an URI Encoded string from VB6. URL Decoding...
Author: JohanSt Date: 03/16/2007
I've upgraded and now my application doesn't work anymore
Scenario: A quite common scenario when working in the support industry is a call along theese lines:...
Author: JohanSt Date: 01/23/2007
I am getting OutOfMemoryExceptions. How can I troubleshoot this?
Problem: You've written an ASP.NET application that is getting OutOfMemoryExceptions. Cause: Let's...
Author: JohanSt Date: 01/11/2007
Stress-O-Matic
A very simple stress-test The other day I was asked by a customer if I a small application that...
Author: JohanSt Date: 11/27/2006
SessionState Performance
Problem: Unable to make the session state request to the session state server.Please ensure that the...
Author: JohanSt Date: 11/20/2006
Are you getting OutOfMemoryExceptions when uploading large files?
Problem: Using the WebClient.Upload method for posting large files will eventually leave you...
Author: JohanSt Date: 11/15/2006