首页/ 题库 / [单选题]

You use Microsof的答案

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. 
You use the ClickOnce deployment methodology to distribute the application.  
You need to store application-specific data along with read/write permissions without requiring elevated permissions for the application. 
Where should you store the application data?()

单选题
2021-12-28 01:04
A、In isolated storage.
B、On the database server.
C、In the ClickOnce data directory.
D、In the App.config file of the application.
查看答案

正确答案
A

试题解析

标签: MCPD(70-511)
感兴趣题目
How many years of experience do you have with deploying and maintaining a virtualization infrastructure using Microsoft desktop or server virtualization technologies?()
You are the newly appointed system administrator at Certkiller.com. You are in the process ofcreating a Microsoft ASP.NET application using Microsoft .NET Framework v3.5.  The new application will make use of eleven themes. Certkiller clients will be permitted to selecttheir themes from the Web page. You need to make sure that the theme selected by a client isdisplayed when the client returns to the application. This should occur even when the client returnsto log on at a later date or from another workstation.  You should take cognizance of the fact that the application operates on different storage types andin different environments. Management wants you tp store the themes selected by the clients aswell as retrieving the required theme.  What should you do?()

All client computers in your environment run Windows 7. You virtualize applications by using Microsoft Application Virtualization (App-V).
You need to reset the FileSystem cache on a client computer.
What should you do?()

You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance which contains a database. According to the company requirement, you have to move the application from Microsoft SQL Server 2000 to Microsoft SQL Server 2008. You have to monitor the SQL Server instance to record the use of features.  These features will be discontinued. What should you do? ()
How many years of experience do yo u have with deploying and maintaining a virtualization infrastructure using Microsoft desktop or server virtualization technologies?()
You use Microsoft .NET Framework 4 to create a Windows Forms application. You need to allow the user interface to use the currently configured culture settings in the Control Panel. Which code segment should you use?()
You modify an existing Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You add a theme to the ASP.NET application.  You need to apply the theme to override any settings of individual controls.  What should you do? ()
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  The application uses 10 themes and allows the users to select their themes for the Web page.  When a user returns to the application, the theme selected by the user is used to display pages in the application. This occurs even if the user returns to log on at a later date or from a different client computer.  The application runs on different storage types and in different environments.  You need to store the themes that are selected by the users and retrieve the required theme.  What should you do? ()

You use Microsoft .NET Framework 4 to create a Windows application. 
You want to use the ClickOnce technology to deploy the application on computers that run Windows Vista with User Access Control (UAC) enabled. 
You need to ensure that the application can be installed in a secure manner. 
Which setting should you use in the application manifest?()

You use Microsoft .NET Framework 4 to create a Windows Forms application.
You write the following code segment. (Line numbers are included for reference only.)

You need to ensure that the first time each user opens the application, a text field displays the following message: "Please enter your setting."
Which code segment should you insert at line 03? ()

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. 
You declare a class named PictureContainer that has a property named Photo.  
The Photo property is of the byte[] type and contains an image in the JPEG format. 
You assign a collection of the PictureContainer elements to the current DataContext.  
You need to create a ListBox control that displays the images. 
Which code fragment should you use?()

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. 
You add a ListBox control to the application. The ListBox control is data-bound to an instance of a custom collection class of the Product objects named ProductList. 
You need to ensure that changes to ProductList are automatically reflected in the ListBox control. 
What should you do? ()

相关题目

No more having to buy expensive textbooks which you will only use for a year or two and then sell or _______ away. 

Microsoft ADO.NET框架中的类主要属于()命名空间?

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. 
You use the ClickOnce deployment methodology to distribute the application.  
You need to store application-specific data along with read/write permissions without requiring elevated permissions for the application. 
Where should you store the application data?()

You use Microsoft .NET Framework 4 to create a Windows Forms application.
You write the following code segment. (Line numbers are included for reference only.)
01sealed class FormSettings :

You need to ensure that the first time each user opens the application, a text field displays the following message: "Please enter your setting."
Which code segment should you insert at line 03?()

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. 
You write the following code fragment. (Line numbers are included for reference only.) 

You need to ensure that both Button controls display the "Save" text. 
Which code fragment should you insert at line 06?()

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. 
You write the following code fragment. (Line numbers are included for reference only.)

You need to ensure that a video file begins to play only when a user clicks Play. 
Which code fragment should you insert at line 06?()

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. 
You write the following code fragment. (Line numbers are included for reference only.)

You need to rotate the rectangle by 45 degrees by using its upper-left corner as the axis. 
Which code fragment should you insert at line 04?()

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. 
You add a custom command as a resource. The key of the command is saveCommand. 
You write the following code fragment. (Line numbers are included for reference only.) 

You need to ensure that saveCommand is executed when the user clicks the Button control.
What should you do? ()

When you work with a computer, it leaves some useful error messages or window(66)to help you with your work.

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?()

You notice a performance change in your production Oracle 12c database. You want to know which change caused this performance difference.
Which method or feature should you use?()

You use Microsoft .NET Framework 4 to create a Windows Forms application. 
You need to allow the user interface to use the currently configured culture settings in the Control Panel. 
Which code segment should you use?()

You manage 40 computers that run Microsoft Windows Vista.
You use Microsoft Windows Calendar to publish a calendar to a shared network location. You need to allow users to automatically view the most recent calendar updates.
What should you do?()

You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Framework (WPF) application. 
You have a company logo that must appear on multiple forms in the application.  
The logo design changes frequently. 
You need to ensure that when the logo image is changed, you only need to update a single location. 
What should you do?()

You are creating a Windows Communication Foundation (WCF) service. You need to ensure that the service is compatible with ASP.NET to make use of the session state. Which binding should you use?()

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application that displays an image.
You need to ensure that users can stretch and scale the image. 
Which control should you use?()

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. 
You need to ensure that users can view content in a book-reading format that displays two pages at a time. 
Which control should you use?()

To lubricate the swivel or remove corrosion from a fire hose coupling,you should use().

You use Microsoft .Net Framework 4 to create a Windows Form application.
You created a new application, you then wrote the code below:
Thread.CurrentThread.CurrentUICulture = Thread.CurrentThread.CurrentCulture
Which of the following options are TRUE? ()

You create a control named ContosoUI for a Web application. You need to add the control to the toolbox of Microsoft Visual Studio .NET.
Which two actions should you perform?()

广告位招租WX:84302438

免费的网站请分享给朋友吧