Version: 1.0.0.10 (Milestone 10): This release contains the source code of the WPF Application Framework (WAF) and the sample applications.
Requirements
- .NET Framework 3.5 SP1 (The package contains a solution file for Visual Studio 2008 SP1)
- The unit test projects require Visual Studio 2008 SP1 Professional
RemarkThe ViewModel sample uses 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: [O] Marked member as obsolete; [B] Breaking change
- BookLibrary: Rewrite the validation part - implement IDataErrorInfo.
- Use the new version of MEF "Preview 9".
- Add new code snippet "wafvalconv" which creates a WPF value converter class.
- Add the new design time tags for Visual Studio 2010 data binding support.
- EmailClient: Fix minor issue in WPF styles
- BookLibrary: Fix minor issue in WPF styles
- BookLibrary: General code improvements