>Concorsi
>Forum
>Bandi/G.U.
 
 
 
 
  Login |  Registrati 
Elenco in ordine alfabetico delle domande di 70-320: Developing XML Web services and Server components with Visual C# .NET and the .NET Framework

Seleziona l'iniziale:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

> Clicca qui per scaricare l'elenco completo delle domande di questo argomento in formato Word!


As a developer at Fulton you are creating a serviced component that will perform several distributed transactions across different databases. The serviced component will be called from managed and unmanaged client applications.

You create a new class library project. You write code in the class modules to implement the logic.

You want to detect and correct any registration errors before any client applications use the component.

What should you do next?   Assign a string name to the assembly. Compile the assembly. Run the .NET Services Installation tool (Regsvcs.exe) to add the component to Component Services.

As a software develop at Fulton Inc. you are creating an XML Web service named HousingService that exposed two Web methods name SearchHouse and BuyHouses. Prior to deploying the service, you want to customize the default template that is displayed when a customer makes a request through the browser. You create a Web Form named HousingServiceDescription.aspx that is a customized version of the default template. You place the Web Form in the bin directory of the HousingService project.

The Web Form needs to override the default template when a request is made. You need to ensure that customers who request HousingService though a browser view HousingServiceDescription.aspx.

What should you do?   In the Web.config file, set the HRef property of the wsdlHelpGenerator node to bin\HousingServiceDescription.aspx.

As a software developer at Fulton you are creating an XML Web service named DistributionService. This service must be able to access and manipulate data in a table named Inventory in a Microsoft SQL Server database. Some functions within Distribution Service need the inventory data to be exposed as XML data. Other functions within DistributionService need the inventory data to be exposed as a DataSet object.

You need to create the object that will provide this data access.

Which object should you use?   XmlDataDocument