You are developing a data contra

题目

You are developing a data contract for a Windows Communication Foundation (WCF) service. The data in the data contract must participate in round trips. Strict schema validity is not required. You need to ensure that the contract is forward-compatible and allows new data members to be added to it. Which interface should you implement in the data contract class?()

  • A、ICommunicationObject
  • B、IExtension
  • C、IExtensibleObject
  • D、IExtensibleDataObject
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are developing a client that sends several types of SOAP messages to a Windows Communication Foundation (WCF) service method named PostData. PostData is currently defined as follows:[OperationContract]void PostData(Order data);You need to modify PostData so that it can receive any SOAP message. Which code segment should you use?()

A. [OperationContract(IsOneWay=true, Action="*", ReplyAction="*")] void PostData(Order data);

B. [OperationContract(IsOneWay=true, Action="*", ReplyAction = "*")] void PostData(BodyWriter data);

C. [OperationContract] void PostData(BodyWriter data);

D. [OperationContract] void PostData(Message data);


参考答案:D

第2题:

In which case would you use a FULL OUTER JOIN? ()

A. Both tables have NULL values.

B. You want all unmatched data from one table.

C. You want all matched data from both tables.

D. You want all unmatched data from both tables.

E. One of the tables has more data than the other.

F. You want all matched and unmatched data from only one table.


参考答案:D

第3题:

The purpose() this letter is to explore the possibilities of developing trade with you.

A、on

B、of

C、to

D、at


参考答案:C

第4题:

You want to make use of the object features available in the database for the form module you are developing. Which three statements about object types are true? ()

  • A、An object type is a user-defined composite data type. 
  • B、The attributes of an object type can be those of other object types. 
  • C、A PL/SQL table of records is an example of a nested object type. 
  • D、An object type must be declared as a type before the actual object itself can be declared.

正确答案:A,B,D

第5题:

You are developing a Windows Presentation Foundation (WPF) application that display pricing and inventory.List box‘s ItemsSource property has decimal and string types. Decimals represent price and strings represents the folowing markup is defined as follows.You need to ensure that data templates are used to format the strings without changes and the decimals as ..Which markup segment should you insert at line 05 ?()

A.

B.

C.

D.


参考答案:C

第6题:

Exhibit: You are developing a Web application. The Web application uses a GridView control to display data. You build your Web Forms for the Web application by dragging and dropping tables from the Data Connections tree in Server Explorer. You need to add a connection to your data by using the Add Connection dialog box as shown in the exhibit. During the process, you need to configure the .NET Data Provider that you use to create the data source objects. What should you do?()

A. Right-click the connection, and click Properties. Modify the Provider property of the data connection.

B. Click the Change button, and change the data provider for the selected data source.

C. Click the Advanced button, and change the Data Source property to the target provider.

D. Click the Advanced button, and change the Application Name property to the target provider.


参考答案:B

第7题:

You install a custom application on a computer that runs Microsoft Windows XP. The application stores each user’s data in the %programfiles%\app1\data folder on the computer. You install the custom application on a computer that runs Windows Vista.On the Windows Vista computer, you back up the %programfiles%\app1\data folder and notice that the backup contains no data.You need to back up the application’s user data on the Windows Vista computer.What should you do?()

A.A

B.B

C.C

D.D


参考答案:D

第8题:

What is the type of account and normal balance of Allowance for Doubtful Accounts ().

A.Contra asset, debit

B.Contra asset, credit

C.Asset, debit

D.Asset, credit


正确答案:B

第9题:

You are using flat files as the data source for one of your data warehousing applications. To optimize the application performance, you plan to move the data from the flat files to clustered tables in an Oracle database.While migrating the data, you want to have minimal impact on the database performance and optimize the dataload operation.  Which method would you use to load data into the Oracle database()

  • A、Use the external table population.
  • B、Use the Oracle Data Pump export and import utility.
  • C、Use the conventional path data load of the SQL*Loader utility.
  • D、Use the INSERT INTO...SELECT command to load the data

正确答案:C

第10题:

Which two statements are true regarding the usage of the SQL*Loader utility()

  • A、You can load data into multiple tables during the same load session.
  • B、You can load data from multiple files to a table during the same load session.
  • C、You cannot perform selective data loading based on the values available in the records.
  • D、You can use an export file generated by the EXPDP utility as an input data file to load the data.
  • E、You can load data only if the input file is available on the disk and tape but not in a named pipes.

正确答案:A,B

更多相关问题