| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 |
| How would you implement inheritance using VB.NET/C#?
| | 2 |
| In which form does the dataset store data in it? | Verinon-Technology-Solutions | 3 |
| what is the difference b/w .net 1.1 and 2.0 ? | Polaris | 2 |
| Explain what a diffgram is, and a good use for one? | FT | 1 |
| What is HTTPContext and HTTPModule. What is the use of them? | | 1 |
| .net allows which inheritence | AG-Technologies | 5 |
| What r new things introduced in ASP.NET 2.0 in comparision
to ASP.NET 1.1 | | 1 |
| Why do we use Option Explicit?
| Microsoft | 2 |
| How to convert a string into an Integer in ASP.net? | | 6 |
| 33) You create English, French, and German versions of your
ASP.NET application.
You have separate resource files for each language version.
You need to deploy the appropriate resource file based on
the language settings of the server.
What should you do?
A . Create an installer and set the Installer.Context
property for each version of your application.
B . Create an installer that has a launch condition to
verify the locale settings.
C . Create an installer that has a custom action to install
only location-specific files.
D . Create an installer that has an MsiConfigureProduct
function to install the appropriate version.
| Syntax-Softtech | 2 |
| how to update data using store procedure | | 1 |
| What base class do all Web Forms inherit from? | | 2 |
| How to do Caching in ASP? | | 1 |
| In C#.net application is run on linux michine | | 3 |
| can we transfer data from one page to another page using
viewstate if so how?if not y? | Wipro | 25 |
| Can you please anyone explain in detailed Webservices concepts
in Asp.net? | | 1 |
| What is the difference between a session object and cache object | CitiGroup | 2 |
| What is the purpose of the validation summary control? What
do you need to do to prevent an error message from being
displayed in a validator when a validation summary control
is used? How can you display a message in both the validator
and the validation summary control?
| | 1 |
| I create small website, i want accept all the browser this
website? what will do? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |