| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is the dllhell? why we use the dllhell?
| | 4 |
| what is managed and unmanaged code? | Microsoft | 3 |
| What is the use of SmartNavigation property? | | 2 |
| We have 2 sites in which one site allows the user with out
asking credentials and second one ask for credentials
through a log page. What might be the configurations
settings for both sites? We can use IIS and web.config
files together. | ADITI | 1 |
| How do you associate two or more validators with a single
input control? What do you need to do to prevent space from
being reserved for a validation control thatpasses its
validation test?
| | 1 |
| The question is "After sign out from email, Then we click a
back button , we can't go to the previous page ie inbox
page, It is displaying a login form only"
My doubt is How will code this , If u know please blog me
through this or my mail. my mail id is yoursguna@gmail.com
| TCS | 2 |
| how to update data set?
| TCS | 3 |
| What is shadowing? | Syntax-Softtech | 2 |
| What is the difference between application and cache variables? | Astadia | 2 |
| where should write the connection string Show that it will
apply whole pages in the website | Symco | 5 |
| Difference between dynamic query and static query ? | DELL | 1 |
| What is HTTPContext and HTTPModule. What is the use of them? | | 1 |
| What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other? | | 6 |
| Have you used microsoft dataaccess blocks and Exception blocks? | Microsoft | 1 |
| When an ASP.NET server control is added to a web form,
Visual Studio .NET adds one item to the class for the form.
What item is added?
a) The event registration.
b) A protected class member for the control.
c) A default event handler for the click event.
d) A default class that inherits from the control?s base class.
| Syntax-Softtech | 3 |
| How to handle error while project running on live
| | 2 |
| How to implement caching? | Microsoft | 1 |
| Difference between .NET components and COM components? | Microsoft | 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 |
| What is the difference between a session object and cache object | CitiGroup | 2 |
| |
| For more ASP.NET Interview Questions Click Here |