WCT MVVM Toolkit (Microsoft.Toolkit.Mvvm) WPF Samples.
| Repository | Description | Keywords | 
|---|---|---|
| MVVMSample001 | Calculator application. When you press a button, the calculation result is displayed.  | 
                
                    
  | 
            
| MVVMSample002 | A sample of asynchronous processing using AsyncRelayCommand. When the button is pressed, it will be in processing for a while.  | 
                
                    
  | 
            
| MVVMSample003 | Sample of sending a string using WeakReferenceMessenger.  | 
                
                    
  | 
            
| MVVMSample004 | Sample of sending an arbitrary class using WeakReferenceMessenger.  | 
                
                    
  | 
            
| MVVMSample005 | Sample of sending a message using ObservableRecipient and omitting the WeakReferenceMessenger registration process.  | 
                
                    
  | 
            
| MVVMSample006 | Applications that show progress. Execution and cancellation of asynchronous processing.  | 
                
                    
  | 
            
| MVVMSample007 | Applications that show progress. The difference from MVVMSample006 is that CancellationTokenSource is kept inside HeavyWorkModel.  | 
                
                    
  | 
            
| MVVMSample008 | Validation sample. Required check and length check are set in the top TextBox.  | 
                
                    
  | 
            
| MVVMSample009 | Dependency injection sample.  | 
                
                    
  | 
            
| MVVMSample010 | Event processing sample. A screen that cannot be closed while the checkbox is checked.  | 
                
                    
  | 
            
| MVVMSample011 | Sample of page transition. The last page displays the setting values of the previous page.  | 
                
                    
  |