From 59cbb7477ab569aa38ba5320a0cd5e03675b174b Mon Sep 17 00:00:00 2001 From: Tommaso Scalici Date: Fri, 30 Jan 2015 10:40:32 +0100 Subject: [PATCH] Update dotnet-developer-projects.md Added MVVM Extensions to the projects. --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 5c1493b..da899f1 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -140,6 +140,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [Caliburn Micro](https://github.com/Caliburn-Micro/Caliburn.Micro) - A small, yet powerful framework, designed for building applications across all XAML platforms. * [Catel.MVVM](https://github.com/catel/catel) - Catel is an application development platform with the focus on MVVM. * [MVVM Cross](https://github.com/MvvmCross/MvvmCross) - A cross-platform mobile MVVM development framework. + * [MVVM Extensions](https://github.com/TommasoScalici/MVVMExtensions) - MVVM cross platform (.NET FW 4.5, WPF, Windows Runtime/Phone) extensions for .NET with support for async commands, MVVM-friendly Object and Task with support for UI notification. * [MVVM Light Toolkit](http://www.mvvmlight.net) - A cross-platform desktop and mobile MVVM development framework. * [Okra App Framework](https://github.com/OkraFramework/Okra.Core) - An MVVM framework for Windows Store applications including MVVM templates for Visual Studio. * [Radical](https://github.com/RadicalFx/radical) - An infrastructure framework whose primary role is to help in the development of composite WPF/Silverlight/WP/WinRT applications based on the Model View ViewModel pattern.