| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How to Page Execute in asp.net(inside browser) | Wipro | 1 |
| You create an ASP.NET application for a hotel. The
application contains a page that displays current weather
conditions for the city in which the hotel is located. The
application calls an XML Web service every 10 minutes to
update the current weather conditions. A new page is then
displayed for subsequent requests.
You want the same page to be cached and retrieved from the
cache during the time between calls to the XML Web service.
You decide to use a Page directive to accomplish this goal.
Which Page directive should you use?
A . <%@ Cache Seconds="600 '' VaryByParam="Page" %>
B . <%@ OutputCache Time="600" %>
C . <%@ OutputCache Duration="600" VaryByParam="None" %>
D . <%@ OutputCache Duration="600" %>
| Syntax-Softtech | 2 |
| Describe the difference between a Thread and a Process? | | 4 |
| diff between Server.Transfer() and Server.Execute() | | 1 |
| About Windows/Forms Authentication | | 1 |
| if you disable view state of a textbox will it maintain
data during postbacks.if yes reason | FactorH | 6 |
| What ASP.NET object encapsulates the state of the client and
the browser?
a) The Session object
b) The Application object
c) The Response object
d) The Request object
e) The Server object
| Syntax-Softtech | 3 |
| Where do you store the information about the user?s locale? | | 1 |
| What is the transport protocol you use to call a Web service? | | 2 |
| What is the Impprsonation?and what is the importence of that? | eXensys | 3 |
| Types of authentications in ASP.NET ? | Accenture | 5 |
| What is Assert Method ? | | 2 |
| Is overloading possible in web services? | Microsoft | 2 |
| How do you create a permanent cookie? | | 2 |
| About Global .asax ? | Satyam | 5 |
| What is the difference between control and component? | | 2 |
| Breifly explain about stack and heap memory Managemet? | | 1 |
| Give an example appropriate use forweb service as opposed
to a non-serviced .NET component | | 1 |
| Types of object in asp ? | Accenture | 1 |
| Types of store procedure in Sqlserver? | | 2 |
| |
| For more ASP.NET Interview Questions Click Here |