Download RemotableViewModel
Description
The RemotableViewModel (RVM) library allows sharing of ViewModels accross process boundaries following the Model-View-ViewModel (MVVM) pattern.
Source Files
The download file rvm.zip has the following entries.
RVM.sln/* w w w.j a v a 2s .co m*/
RVM/Helpers/SmartDispatcher.cs
RVM/Helpers/SmartGenerics.cs
RVM/Infrastructure/Attributes/ConsoleWindowHelper.cs
RVM/Infrastructure/CollectionChangedEventArgs.cs
RVM/Infrastructure/Communication/IViewModelAgent.cs
RVM/Infrastructure/Communication/IViewModelCallback.cs
RVM/Infrastructure/Communication/IViewModelExporter.cs
RVM/Infrastructure/Communication/IViewModelImporter.cs
RVM/Infrastructure/Communication/WCF/ExtendedInstanceProvider.cs
RVM/Infrastructure/Communication/WCF/ExtendedServiceHost.cs
RVM/Infrastructure/Communication/WCF/NetPipe/NetPipeViewModelAgent.cs
RVM/Infrastructure/Communication/WCF/NetPipe/NetPipeViewModelCallback.cs
RVM/Infrastructure/Communication/WCF/NetPipe/NetPipeViewModelExporter.cs
RVM/Infrastructure/Communication/WCF/NetPipe/NetPipeViewModelImporter.cs
RVM/Infrastructure/Identification/IIdentificationProvider.cs
RVM/Infrastructure/Identification/IdentityScope.cs
RVM/Infrastructure/Identification/Process/ProcessIdentificationProvider.cs
RVM/Infrastructure/RemotableCommand.cs
RVM/Infrastructure/Session.cs
RVM/Infrastructure/ViewModelProxy.cs
RVM/Infrastructure/ViewModelRegistry.cs
RVM/Properties/AssemblyInfo.cs
RVM/RVM.csproj
RVM/RemotableViewModel.cs
RVM/ViewModelLocation.cs
RvmExporter/App.xaml
RvmExporter/App.xaml.cs
RvmExporter/MainWindow.xaml
RvmExporter/MainWindow.xaml.cs
RvmExporter/Properties/AssemblyInfo.cs
RvmExporter/Properties/Resources.Designer.cs
RvmExporter/Properties/Resources.resx
RvmExporter/Properties/Settings.Designer.cs
RvmExporter/Properties/Settings.settings
RvmExporter/RvmExporter.csproj
RvmExporterConsole/Program.cs
RvmExporterConsole/Properties/AssemblyInfo.cs
RvmExporterConsole/RvmExporterConsole.csproj
RvmImporter/App.xaml
RvmImporter/App.xaml.cs
RvmImporter/MainWindow.xaml
RvmImporter/MainWindow.xaml.cs
RvmImporter/Properties/AssemblyInfo.cs
RvmImporter/Properties/Resources.Designer.cs
RvmImporter/Properties/Resources.resx
RvmImporter/Properties/Settings.Designer.cs
RvmImporter/Properties/Settings.settings
RvmImporter/RvmImporter.csproj
RvmShared/Base/RelayCommand.cs
RvmShared/Base/ViewModel.cs
RvmShared/MinimalViewModels.cs
RvmShared/Properties/AssemblyInfo.cs
RvmShared/RvmShared.csproj
RvmShared/SimpleSession.cs
RvmShared/SimpleViewModel.cs
RvmShared/TraditionalViewModel.cs
RvmShared/ViewModelParent.cs
Download
Click the following link to download rvm.zip.
rvm.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »