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
Who generates session id?
What is considered a service provider?
Is asp.net mvc still used? : Asp.Net MVC
What is asp.net caching?
How is mvc different from asp.net? : Asp.Net MVC
What is content page in asp net?
Define what is razor? : asp.net mvc
What are the features that make asp.net more used framework? : asp.net mvc
How can we identify that the page is post back in asp net?
What are the Types of authentications in IIS
Explain the difference between or and orelse?
Can you explain one critical mapping?
How do I upload a file from my ASP.NET page?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is xaml? Are xaml file compiled or built on runtime?