Version: 2.5.0.1 (Milestone 1): 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
Changelog
- Legend: [B] Breaking change; [O] Marked member as obsolete
- WAF: Add ValidationHelper class which helps to determine if a View is valid.
- WAF: Implement the DelegateCommand.CanExecuteChanged event as weak event. This is a workaround for a WPF 4 memory leak.
- WAF: Fix a potential memory leak in AssertHelper.
- BookLibrary: Replace manual validation tracking code with the new ValidationHelper.
- BookLibrary: Add error handling for the create email operation.
- EmailClient: Replace manual validation tracking code with the new ValidationHelper.
- Samples: Hide the red validation error rectangle in all TextBoxes.
Other Downloads