/ReactiveUI.Samples

This repository will contain all of ReactiveUI samples.

Primary LanguageC#

ReactiveUI.Samples

This repository will contain all of ReactiveUI samples.

Basic

A sample application that demonstrate the use of ReactiveUI. The application includes examples of:

  • declare a ViewModel
  • Commanding (+Async operation)
  • Validation
  • Caching heavy operation results

Commands

We are showing how Commands are being used side by side by MVVMLight, Caliburn.Micro and of course ReactiveUI.

Messaging

We are showing how Messaging Pattern (AKA EventAggregation) is being used side by side by MVVMLight, Caliburn.Micro and of course ReactiveUI.

Routing

Example of the Navigation System that ReactiveUI supplies.