Documentation
Architecture
Architecture - Get The Big Picture Model-View-ViewModel PatternDataModel-View-ViewModel Pattern Introduction of the IoC container concept.
This page might help you to understand what MEF does in the ViewModel sample application.
Sample Applications
Cannot resolve file macro, invalid file name or id.Shows: View Composition; Command Binding; Modal Dialog; UI Workflow (Wizard); WeakEvents; Unit Testing
Cannot resolve file macro, invalid file name or id. Shows: Localization
Cannot resolve file macro, invalid file name or id.Shows: Shortcut Key
Cannot resolve file macro, invalid file name or id.Shows: MVVM Pattern; Tabbed MDI; Document Manager; Message and Open/Save FileDialogService; Save Changes; Print Dialog; Print Preview; Export FlowDocument as XPS file; Localization; Unit Testing
Cannot resolve file macro, invalid file name or id.Shows: MVVM Pattern; Validation; Entity Framework; SQL Server CE; Save Changes; Unit Testing
Migration
Upgrading from WPF Application Framework (WAF) 1.0
Requirements
Microsoft .NET Framework 3.5 SP1 or
Microsoft .NET Framework 4.0RemarkThe sample applications are using Microsoft’s IoC container MEF. However, the WPF Application Framework (WAF) doesn’t force you to use the same IoC container in your application. You can use an IoC container of your choice or use no IoC container at all and write the code yourself that wires the View and the ViewModel at runtime together. We don’t limit your freedom at choosing an IoC container for your application.