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
Define xmlreader class.
What role “#&&” plays in a querysting?
Explain how can we inherit a static member?
What is the Difference between MVC And MVP design pattrens
How do you design a website with multilingual support in ASP.NET ?
What is a uri query?
What is cache in asp net?
What are custom user controls in asp.net?
What are user controls?
Can a master page have more than one contentplaceholder?
How can you handle exceptions in asp.net?
How many types of cache are there?
How do I use a proxy server when invoking a web service?
What is session in asp.net?
What is the difference between table and query?