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



What are the asp.net objects? is it application obects, cache objests etc. or is it state managemen..

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

What are the asp.net objects? is it application obects, cache objests etc. or is it state managemen..

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

What are the asp.net objects? is it application obects, cache objests etc. or is it state managemen..

Answer / kisna

Request
Response
server
Session
Application.
r d 5 object of asp.NET

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What symbol specifies the beginning of a query string?

0 Answers  


What are the steps involved to fill a dataset?

0 Answers  


How to Deploy a project?

2 Answers  


why security trimming attribute?

1 Answers  


Name the application folders present in asp.net 2.0?

1 Answers  


Explain the use of fragment caching.

0 Answers  


What is the Custom Error in ASP.NET?

2 Answers   ABB, IBM, Infosys, Tech Mahindra,


How to store a dataset in a viewstate?

3 Answers   IBM,


Does the following statement executes successfully: Response.Write(?value of i = ? + i);

4 Answers   TCS,


What are the benefits of view state?

0 Answers  


SessionState - type of sessionstate and when and how to use it

1 Answers   Syntel,


Explain global assembly cache.

0 Answers  


Categories