What are the asp.net objects? is it application obects,
cache objests etc. or is it state managements, web services etc?
Answers were Sorted based on User's Feedback
Answer / mani
ASp.net contain 5 objects
Request
Response
server
Session
Application.
It's belongs to state management
Is This Answer Correct ? | 26 Yes | 1 No |
Answer / 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 |
Answer / kisna
Request
Response
server
Session
Application.
r d 5 object of asp.NET
Is This Answer Correct ? | 2 Yes | 2 No |
What symbol specifies the beginning of a query string?
What are the steps involved to fill a dataset?
How to Deploy a project?
why security trimming attribute?
Name the application folders present in asp.net 2.0?
Explain the use of fragment caching.
What is the Custom Error in ASP.NET?
2 Answers ABB, IBM, Infosys, Tech Mahindra,
How to store a dataset in a viewstate?
Does the following statement executes successfully: Response.Write(?value of i = ? + i);
What are the benefits of view state?
SessionState - type of sessionstate and when and how to use it
Explain global assembly cache.