Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added explanation about the inner projects
  • Loading branch information
tamirdresher committed Sep 25, 2012
1 parent 6781d0a commit 675bc20
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -3,5 +3,21 @@ 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.

0 comments on commit 675bc20

Please sign in to comment.