ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
 Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET       
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
What?s a bubbled event? Visual-Soft  5  1708
What?s the difference between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"? Visual-Soft  1  1373
Where do you store the information about the user?s locale? Visual-Soft  1  1188
Where does the Web page belong in the .NET Framework class hierarchy? Visual-Soft   1  985
What methods are fired during the page load? Visual-Soft  5  2263
What?s the difference between Response.Write() and Response.Output.Write()? Visual-Soft  2  1186
Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process Visual-Soft  1  1268
You create an assembly to access data in a relational database. This assembly will be used by several ASP.NET applications on your Web server. You need to ensure that all your applications can access the assembly. Which two actions should you take (Each Answer: presents part of the solution.)? (Choose two) A . Run the Assembly Registration tool (Regasm.exe). B . Run the String Name tool (Sn.exe). C . Run the Installer tool (Intallutil.exe). D . Run the Global Assembly Cache tool (Gacutil.exe). Syntax-Softtech  4  1233
You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess. Syntax-Softtech  3  784
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  481
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  993
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  1021
You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data. Syntax-Softtech  1  762
Your manager has asked you to describe what you would use application variables for. What statement best describes the use of application variables? a) Application Variables are used to keep state for each connected user. b) Application Variables are used to keep state for the web site c) Application Variables are used to keep state for the application on the server d) Application Variables are used to keep state for all applications objects in the web site. Syntax-Softtech  1  780
You have been given the task of designing a web services to expose the data that is stored in a database on the server. In order to successfully build the web services, you need to import some namespaces. What is the minimum namespace you need to import? a) System.Web b) System.WebServices c) System.Web.Services d) System.Web.ServiceModel Syntax-Softtech  2  842
E-Mail New Answers        Answer Selected Questions
 
 
Prev    1   ... 6   ... 11   ... 16   ... 21   ... 26   ... 31   ... 36   ... 41   ... 46   ... 51    56   [57]    58   Next
 
 
 Visual Basic interview questions   Visual Basic Interview Questions  C Sharp interview questions   C Sharp Interview Questions  ASP.NET interview questions   ASP.NET Interview Questions
 VB.NET interview questions   VB.NET Interview Questions  COM+ interview questions   COM+ Interview Questions  ADO.NET interview questions   ADO.NET Interview Questions
 IIS interview questions   IIS Interview Questions  MTS interview questions   MTS Interview Questions  Crystal Reports interview questions   Crystal Reports Interview Questions
 BizTalk interview questions   BizTalk Interview Questions  Dot Net interview questions   Dot Net Interview Questions  Exchange Server interview questions   Exchange Server Interview Questions
 Microsoft Related AllOther interview questions   Microsoft Related AllOther Interview Questions
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
8. Why do you want to work here? 18 Swatz-Oils
How Response.flush works in server.Execute 42  
Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one? 91  
what is the Difference between Dim Object as object AND dim obj as myform? 53 Microsoft
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003? 37  
About CLR, reflection and assemblies? 55 Microsoft
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application???? 1268 Sparsh
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods? 27 Value-Labs
Explain Factory pattern? 112 Microsoft
how to convert varchar into datatype int............. in ASP 25  
Name the application folders present in asp.net 2.0? 24  
What is personalization? What are the properties available in personalization? 33  
Can the action attribute of a server-side tag be set to a value and if not how can you possibly pass data from a form page to a subsequent page? 80  
How can we communicate with each server in N-tier Architecture? and what are the methods? 25 Wipro
what is publisher? 60 Microsoft
What are the various authentication mechanisms in ASP.NET ? 45 Digital-GlobalSoft
I have a datagrid of 10 rows and I am updating the fifth row using template column edit. How wil u know that the row is updated, so that it can be send to database for updating the respective table? 29  
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net 77  
how to write html code with ssl 36 DCI
What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages? 113 Syntax-Softtech
E-Mail New Answers        Answer Selected Questions
 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com