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 part of url?
Define a static class?
Which protocol is used in a web api?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What is asp net objects?
What is a postback url?
What is full form of asp.net?
What is the function of the ViewState property?
What is the asp.net mvc folder conventions? : asp.net mvc
Explain the advantages of passport authentication.
What’s the catch?
What is web api config?
What is asp.net and how it works?
What is difference between session and application in asp net?
Which method do you use to enforce garbage collection in .net?