You need to design the storage of the application texts for 

题目
单选题
You need to design the storage of the application texts for UI elements to fulfill the requirements. Which table and column design should you use?()
A

Languages (LanguageID, Name)Elements (ElementID, Description)ElementLanguages (ElementID, LanguageID, Text) 

B

Languages (LanguageID, Name)Elements (ElementID, LanguageID, Description, Text) 

C

Languages (LanguageID, Name)ElementTexts (LanguageID, Text)ElementDescriptions (ElementID, Description) 

D

Languages (LanguageID, Name)Elements (ElementID, Description, Text)

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Your company has a single Active Directory Domain Services (AD DS) domain and 1,000 Windows Vista computers.  You are planning to deploy Windows 7 and a custom application.   You have the following requirements:   The application must be available to only a specific group of users. You must be able to monitor application usage.   You need to design a deployment method for the custom application that meets the requirements.  Which deployment method should you use in your design?()

  • A、software installation in Group Policy
  • B、startup scripts in Group Policy
  • C、Microsoft Application Virtualization (App-V)
  • D、baseline Windows 7 image that includes the custom application

正确答案:C

第2题:

You are designing an integration test plan for a Windows Azure .NET 3.5 application.   You need to recommend a testing environment that allows developers to debug the application while accessing data in the cloud.  What should you recommend?()

  • A、 Run the application on Windows Azure.  Use the development storage account.
  • B、 Run the application on Windows Azure.  Use a Windows Azure Storage account.
  • C、 Run the application in the development fabric.  Use the development storage account.
  • D、 Run the application in the development fabric.  Use a Windows Azure Storage account

正确答案:D

第3题:

You are writing an application that uses isolated storage to store user preferences.The application uses multiple assemblies.Multiple users will use this application on the same computer.You need to create a directory named Preferences in the isolated storage area that is scoped to the current Microsoft Windows identity and assembly.Which code segment should you use?()

A.

B.

C.

D.


参考答案:A

第4题:

You are designing a plan to migrate an existing application to Windows Azure. The application currently resides on a server that has 20 GB of hard disk space.  You need to recommend the smallest compute instance size that provides local storage equivalent to that of the existing server.  Which size should you recommend?()

  • A、 ExtraSmall
  • B、 ExtraLarge
  • C、 Small
  • D、 Large

正确答案:A

第5题:

You are designing a Windows Azure application.   The application will include services hosted in different geographic locations.  The service locations may change.   You must minimize the cost of communication between services.  You need to recommend an approach for calling the services.  What should you recommend?()

  • A、 Use the Service Management API.
  • B、 Use Windows Azure Table storage.
  • C、 Use Windows Azure Queue storage.
  • D、 Use the Windows Azure AppFabric Service Bus.

正确答案:D

第6题:

You need to design the retrieval of advertising statistics without compromising security. What should you do?()

  • A、Design a Notification Services solution that sends the advertising statistics to specified subscribers by e-mail.
  • B、Design a SQL Server Web service that runs a stored procedure to return the statistics on a call from the advertisers application.
  • C、Design a Database Mail solution that sends the advertising statistics to e-mail addresses that are specified in a table.
  • D、Design a stored procedure to return the statistics on a call from the advertisers application.
  • E、Design a user-defined function to return the statistics on a call from the advertisers application.

正确答案:B

第7题:

You are designing a Hyper-V solution. You plan to virtualize an application server. The application server requires failover clustering that uses shared storage. You need to choose the correct storage solution. What should you choose?()

  • A、two child partitions with VHDs stored on an iSCSI SAN
  • B、two child partitions with volumes mounted from an iSCSI SAN
  • C、two host servers with iSCSI-attached storage enabled for Cluster Shared Volumes (CSVs)
  • D、two host servers with Fibre ChannelCattached storage enabled for Cluster Shared Volumes (CSVs)

正确答案:B

第8题:

You are designing a Windows Azure application that will use Windows Azure Table storage.  You need to recommend an approach for minimizing storage costs.  What should you recommend? ()

  • A、 Use Entity Group Transactions.
  • B、 Use multiple partitions to store data.
  • C、 Use a transaction scope to groupall storage operations.
  • D、 Use Microsoft Distributed Transaction Coordinator (MSDTC).

正确答案:A

第9题:

You are developing a Windows Forms Application by using the .NET Framework 3.5.You plan to design a composite custom control for the application. You include a ListBox control has a property that provides the item count of  the ListBox control. You need to ensure that the property cannot be accessed at design time. Which attribute should you use?()

  • A、[Bindable(false)]
  • B、[DesignOnly(false)]
  • C、[EditorBrowsable(EditorBrowsableState.Never)]
  • D、[Browsable(false)]

正确答案:D

第10题:

You are designing a Windows Azure application that will use a worker role. The worker role will create temporary files.  You need to recommend an approach for creating the temporary files that minimizes storage transactions.  What should you recommend?()

  • A、 Create the files on a Windows Azure Drive.
  • B、 Create the files in Windows Azure local storage.
  • C、 Create the files in Windows Azure Storage page blobs.
  • D、 Create the files in Windows Azure Storage block blobs.

正确答案:B

更多相关问题