Apart from having an expiration time and dependency feature , what are the other important differences between the asp.net cache and application objects since both are used for state / cache management?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Application objects were used majorily during Asp time , if you are using asp.net i think you should go for httpcache.
This is what i remembered , we used to load everything in application object when we used to write the code in asp.