Version: 2.0.0.390 (Release Candidate): This release contains the source code of the WPF Application Framework (WAF) and the sample applications.
Requirements
- .NET Framework 4.0 (The package contains a solution file for Visual Studio 2010)
- The unit test projects require Visual Studio 2010 Professional
RemarkThe 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.
Changelog
- Legend: [B] Breaking change; [O] Marked member as obsolete
- WAF: Ensure that the methods of the DataErrorInfoExtensions never return null.
- WAF: ApplicationInfo.ApplicationPath returns an empty string instead of null when the entry assembly doesn't exist.
- Writer: Modify the printing and the XPS export to use a one column instead of two column page printing.
- Writer: Set keyboard focus into the text after closing the PrintPreview view.
- BookLibrary: Improve focus handling and add access keys for the first label in the detail views.
- EmailClient: Improve focus handling.
- EmailClient: Change wizard button text from Next to Finish when the last page is shown.
- EmailClient: Show a tooltip with explanations for a disabled Back or Next button.
Other Downloads