Version: 1.0.0.4 (Milestone 4): This release containes 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
- Simplify unit testing of ViewModel implementations (DispatcherUtil.DoEvents is not necessary anymore)
- Improve caching of ApplicationInfo properties
- Add Company property to ApplicationInfo class
- Use the new version of MEF "Preview 7" for the ViewModel sample