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 do you mean by marshalbyref?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What are the main advantages of using asp.net?
How do sessions work?
How can we create Tree control in asp.net?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
Is a dll file an executable?
What are cao and sao.
Describe a bubbled event and how it is used ?
Explain the difference between inline and code behind - which is best in?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is the difference between login controls and forms authentication?
To add a hyperlink column to the DataGrid which tag is used ?
Explain the difference between asp & asp.net.
Why asp.net mvc is better than asp.net? : Asp.Net MVC