среда, 16 марта 2011 г.

Подготовка к экзамену 70-511: TS: Windows Applications Development with Microsoft .NET Framework 4. Часть 5: Stabilizing and Releasing a Solution

>>В начало

Требования к знаниям:

  • Implement a WPF test strategy.
    This objective may include but is not limited to: automation peer, UI automation, IntelliTrace
  • Debug XAML by using the WPF Visualizer.
    This objective may include but is not limited to: accessing the Visualizer, drilling down into the visual tree, viewing and changing properties
    This objective does not include: setting a breakpoint and stepping through code
  • Debug WPF issues by using PresentationTraceSources.
    This objective may include but is not limited to: animation, data binding, dependency properties
  • Configure a ClickOnce deployment.
    This objective may include but is not limited to: configuring the installation of a WinForms, WPF, or XBAP application by using ClickOnce technology; choosing appropriate settings to manage upgrades
  • Create and configure a Windows Installer project.
    This objective may include but is not limited to: configuring a setup project to add icons during setup, setting deployment project properties, configuring conditional installation based on operating system versions, setting appropriate Launch Conditions based on the .NET Framework version, adding custom actions to a setup project, adding error-handling code to a setup project
  • Configure deployment security settings.
    This objective may include but is not limited to: configuring and integrating UAC by using ClickOnce deployments; setting appropriate security permissions to deploy the application

Ссылки на MSDN:

Статьи/Блоги:
Трассировка событий в приложении Windows Presentation Foundation
Поэтапное создание проекта установки и развертывания приложения WPF

MSDN Magazine/RU:
Поиск и устранение уязвимостей до выпуска приложения
Автоматизация тестирования пользовательского интерфейса в приложениях WPF

Video на TechDays/RU:
DependencyObject и DependencyProperty

Video на WindowsClient/EN:
Deploying a Standard WPF Application Using ClickOnce and Visual Studio
ClickOnce for Application Deployment

Комментариев нет: