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 the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is asp according to you?
What are the new features added from ASP to ASP.NET?
What is mta?
What are the versions of garbage collection?
Less than one page, how many windows will you be able to maintain?
How long do session variables last?
Which .NET framework supports Web API?
Can you change a Master Page dynamically at runtime?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Write the different features of a Thread and a Process?
Can you explain one critical mapping?
What is role-based security in asp.net?
What is the difference between ASP Session State and ASP.Net Session State?
How can we make sure that Web API returns JSON data only?