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 are generics? why it is used? architecture of ASP.NET?

7 Answers   Path Infotech, Satyam, TCS,


what is webservices ? and what is web server ?

1 Answers   Wipro,


Is string a value type or a reference type?

13 Answers  


how to stop cookie in particular page using asp.net

2 Answers   CGI,


How does asp page work?

1 Answers  


which is best possible way to add data source to data grid when the data is huge(10 lack recored)how to edit a perticular row

3 Answers   Airtel, Aviva,


Elaborate differentiation between Cache and Application?

1 Answers   QuestPond,


What is the difference between ASP Session State and ASP.Net Session State?

1 Answers  


Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version

2 Answers   Citrix, TCS,


What is the maximum number of classes that can be contained in one dll file?

1 Answers  


Explain about consistent programming model in the .NET framework?

1 Answers  


What data type does the RangeValidator control support?

3 Answers   Visual Soft,


Categories