| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Suggest 3 best practices in detail for for Developing High
Performance Web and Enterprise Applications | Techno-Solutions | 2 |
| Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe in the page loading process. | | 1 |
| all asp.net interives questions | | 1 |
| What is the difference between Proxy and Contract? | | 1 |
| How Web Service help? What is the difference between
Remoting & Web Servcies?
| | 2 |
| What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other? | | 5 |
| What is application variable and when it is initialized ? | Keane-India-Ltd | 3 |
| What methods are fired during the page load? | Visual-Soft | 5 |
| is it possible to set more than web.config file for an
ASP.net APPLICATION?can it run?how is it possible | | 3 |
| is it possible to persiste customize object in view state?
how it is? | | 1 |
| What is Runtime callable wrapper? | | 2 |
| How to manage pagination in a page? | | 2 |
| Describe the difference between inline and code behind? | | 2 |
| What is advantage and disadvantage of viewstate | | 2 |
| what are Httpmodule and HttpHandler? | Microsoft | 2 |
| how to do pakaging nd deployment | | 1 |
| Is it necessary to create a Windows application or Web
application to test a Web service ?
Is it must to consume this service?
| | 2 |
| Define ViewState and how can it be used? | | 3 |
| Differentiate an ADO.NET Dataset and an ADO Recordset with
its functionality? | | 3 |
| You are using the try? catch block seen in the following
code segment, but no exceptions are ever caught by the catch
block. What is the problem?
SqlConnection cn =new sqlConnection(strSQL);
SqlDataSet ds;
try
{
cn.open(); //perform the data processing steps
??..
} catch (OleDbException e) {
?..
}
a) The exception class is wrong; it should be sqlErrors.
b) The exception class is wrong; it should be
sqlSyntaxExceptios.
c) The exception class is wrong; it should be sqlExceptions.
d) The exception class is wrong; it should be sqlExcptions.
| Syntax-Softtech | 2 |
| |
| For more ASP.NET Interview Questions Click Here |