Skip to content

Instantly share code, notes, and snippets.

@maxfridbe
Last active December 10, 2015 21:28
Show Gist options
  • Save maxfridbe/4495026 to your computer and use it in GitHub Desktop.
Save maxfridbe/4495026 to your computer and use it in GitHub Desktop.
Structure of WPF app

Structure of WPF App

  • Presentation.WPF - Main path in presentation layer for WPF
    • Views - Views xaml to be located here
      • Controls - Page xaml like things here
      • Converters - UI Converters here
      • Validators - Validation code here
      • Windows - Window xaml files here
    • ViewModels - ViewModels matching names of views/windows here
    • Themes - Global themes to be uesd in Views and reused
    • Resources - Files like StringResources.xaml, StringResources.fr-CA.xaml here
    • Commands - Custome ICommands that can be enacted here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment