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 is the other method, other than GET and POST, in ASP.NET?

3 Answers  


If we remove web.config or machine.config from the application then, is this application will works?

0 Answers  


how can i deploy a asp.net webapplication.in a company so that all employees may access application on their different computers and share a single database. plz tell me the steps to do it..thanks.

1 Answers  


What is %20 in a url?

0 Answers  


How to migrate from sqlserver 2005 to sql server 2000 (every one know reverse process of that )

2 Answers   Cap Gemini,






view state data is stored in which format?

15 Answers   Mind Tree, Pratham Software,


What are the main advantages of using asp.net?

0 Answers  


Explain the difference between asp.net mvc and asp.net webforms

0 Answers  


What is the life-span of the items in the viewstate?

0 Answers  


What is page request in asp.net?

0 Answers  


what are the components available in global.asax ?

1 Answers  


What is the difference between Trace and Debug?

2 Answers   BirlaSoft,


Categories