Welcome to MSDN Blogs Sign in | Join | Help

Cache Tool source code

Console.WriteLine("Cache tool source code as attachment...");

Visual Studio 2005 project

 

Published Thursday, March 20, 2008 12:00 PM by Jonas Deibe
Attachment(s): PrefireCRM4.zip

Comments

# re: Cache Tool source code

I saw in your code, that you make a  "webRequest.GetResponse();" call without disposing the returned response. I think, it would be good to explicitely free the response object by writing the code like "using ( WebResponse myResponse = webRequest.GetResponse() ){}".

Regards,

Alexander

Thursday, March 27, 2008 5:52 AM by soutchilin

# re: Cache Tool source code

Good comment and you are so right! I will try to update the source code this week.

Thursday, March 27, 2008 5:57 AM by Jonas Deibe

# re: Cache Tool source code

Friday, April 11, 2008 5:10 AM by CastorSolutions
Anonymous comments are disabled
 
Page view tracker