Overview of Windows Presentation Foundation
Question 1. You are creating a WPF application by using the Microsoft .NET Framework version 3.5. The application will be executed on client computers that run the Windows Vista operating system without modifying the default security settings.
You need to ensure that the following requirements are met:
- The application can modify files that are located on the local hard drive.
- The application can add device drivers for a custom peripheral device.
- The application can restart the computer.
Which application type should you use?
Answer: A WPF stand-alone application can be deployed on client computers that are running Windows Vista and can modify files, add device drivers, and restart the computer without modifying the default security settings.
Question 2. You are creating a WPF stand-alone application by using the .NET Framework 3.5. The application will be used to store membership details for a local library. The application must include a New User dialog box that you can use to create a new membership record. The dialog box will be launched from a toolbar button.
Which class should you use to create the New User dialog box?
Answer: The Window class is the only class in this list that is designed to create windows and dialog boxes in a WPF application.

Leave a Reply