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 is skin in asp.net?
What is Active Directory? What is the namespace for that?
Explain Optimization technique description?
How to kill more than one session variables at a time
Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one?
What are the merits and demerits of viewstate?
How is session id generated?
How do you perform validations?
Differences between VB.Net and C#, related to OOPS concepts
What is the use of express session?
where can i gather the materials for MCP certification
What r Callbacks in ASP.NET?