Info
Version: | 1.0.0 |
Author(s): | Alessandro Del Sole |
Last Update: | Tuesday, May 31, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://neptunemvvm.codeplex.com |
NuGet Url: | https://www.nuget.org/packages/NeptuneMVVMPackage |
Install
Install-Package NeptuneMVVMPackage
dotnet add package NeptuneMVVMPackage
paket add NeptuneMVVMPackage
NeptuneMVVMPackage Download (Unzip the "nupkg" after downloading)
Written in *Visual Basic 2010*
The library contains: a ViewModelBase class, ready to be inherited - a ServiceLocator class which you use within service layers - a Messenger class which you use as the message broker - RelayCommand and RelayCommand(Of T) classes for relaying the command logic - a simple IDataService intervace with most common members which you can inherit in your service layers.