From 675bc20526fdf7d61081944a2c8bf34b1a21c731 Mon Sep 17 00:00:00 2001 From: Tamir Dresher Date: Tue, 25 Sep 2012 22:11:22 +0300 Subject: [PATCH] Update README.md added explanation about the inner projects --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 74ca6b84..52f065e3 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file