chandrasekhar.co.uk
Independant Software Consultant & Business Owner
  HOME
  EXPERIENCE SUMMARY
King's College, London
Framestore CFC
Alt N Solutions
Bits Infotech
B2B Software
Singapore Computers
  EXPERTISE SUMMARY
  EDUCATION SUMMARY
  CODE BASE
PHP Code Base
Java Code Base
.NET code Base
Database Code Base
Linux/Windows Code Base
  CONTACT DETAILS
 

Valid HTML 4.01 Transitional

Valid CSS!

View Chandrasekhar Yeddanapudi's profile on LinkedIn

.NET Code Base - Some cool stuff which I find useful
ASP prevent HTTP caching
Response.Expires = 60
Response.Expiresabsolute = Now() - 1
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"
Last Updated Jul 2010