What are the asp.net objects? is it application obects,
cache objests etc. or is it state managements, web services etc?
Answer Posted / falaknaaz.shaikh
ASP.NET offers a "Cache" object that is shared across the
application and can also be used to store various objects. The
"Cache" object holds the data only for a specified amount of
time and is automatically cleaned after the session time-limit
elapses.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is the difference between localization and globalization?
Is asp.net easy to learn?
How many types of validators are there in asp net?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
Explain how dot net compiled code will become platform independent?
Is asp.net and .net are same or different?
What is comparevalidator?
What is autopostback in dropdownlist in asp net?
How do you secure your connection string information?
What is different in .net 1.1 and .net 2.0?
What is the server of asp.net?
Difference between application events and session events
Explain the function of new view engine in asp.net? : asp.net mvc
How many types of Cookies are available in ASP.NET?