| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is meant by role based security?
when we use this one | | 1 |
| Your ASP.NET application displays sales data on a page. You
want to improve performance by holding the page in memory on
the server for one hour. You want to ensure that the page is
flushed from memory after one hour, and that the page is
re-created when the next request for the page is received.
What should you do?
A . Initialize a new instance of the Cache class in the
Application.Start event handler.
B . Initialize a new instance of the Timer class in the
Page.Load event handler.
C . Set the Duration attribute of the OutputCache directive
in the page.
D . In the Web.config file, set the timeout attribute of the
sessionState element.
| Syntax-Softtech | 5 |
| Which tools of web site Administartion tool do you use to
manage user,roles and rules? | | 2 |
| Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines? | | 1 |
| Describe the difference between inline and code behind -
which is best in a loosely coupled solution Tightly coupled
- INLINE
| | 1 |
| what is purpose of xml control in standard controls of
asp.net | | 1 |
| what is diffrence between debug class and trace class in
asp.net ? | | 2 |
| Explain authentication levels in .net ? | | 3 |
| What is the lifespan for items stored in ViewState?
| | 3 |
| difference between Trace and Debug ? | Accenture | 2 |
| In your web.config file which attribute of <Globalization>
element identifies the default culture that will be used for
web request? | | 1 |
| Breifly explain about stack and heap memory Managemet? | | 1 |
| what is view state and its use | DELL | 8 |
| What does the "EnableViewState" property do? Why would I
want it on or off? | | 4 |
| Can two web application share a session and application
variable ? | Satyam | 4 |
| How do you add a javascript function for a link button in a
datagrid? | Microsoft | 2 |
| In a page u have Web user controls . So what is the order
in which the Page life Cycles takes place? | | 1 |
| What is Runtime callable wrapper? | | 2 |
| What is view state and how this can be done and was this
there in asp? | Accenture | 8 |
| what is aspcompat? what it does? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |