For the complete documentation index, see llms.txt. This page is also available as Markdown.

WPF Standards

Purpose

This section defines the AIC standard for WPF applications on modern .NET.

It covers application structure, MVVM, XAML quality, testing and deployment.

What This Section Covers

  • WPF application architecture and MVVM

  • XAML, binding, commands and navigation

  • threading, usability and accessibility

  • testing, packaging and updates

Use This Section When

Use this section when:

  • building a Windows-only desktop application

  • reviewing WPF architecture

  • setting UI engineering standards

Last updated

Was this helpful?