Download MVVM Framework

Description

MVVM Framework is a set of base implementation of MVVM principles and components helping to quick and efficient develop WPF business applications.

Icons

MVVM Framework

Source Files

The download file mvvmframework.zip has the following entries.


3rdParty/AutoMapper.dll//from  w  ww .  j  a va  2  s.c  om
3rdParty/log4net.dll
MVVMFramework.1.2.dotCover
MVVMFramework.StarterKit/App.xaml
MVVMFramework.StarterKit/App.xaml.cs
MVVMFramework.StarterKit/AppSettings.cs
MVVMFramework.StarterKit/FrameworkImplementation/Regions/IContentRegion.cs
MVVMFramework.StarterKit/FrameworkImplementation/Regions/IStatusRegion.cs
MVVMFramework.StarterKit/FrameworkImplementation/Services/IDialogService.cs
MVVMFramework.StarterKit/FrameworkImplementation/Starter.cs
MVVMFramework.StarterKit/Logger.cs
MVVMFramework.StarterKit/MVVMFramework.StarterKit.csproj
MVVMFramework.StarterKit/MVVMFramework.StarterKit.csproj.user
MVVMFramework.StarterKit/Properties/AssemblyInfo.cs
MVVMFramework.StarterKit/Properties/Resources.Designer.cs
MVVMFramework.StarterKit/Properties/Resources.resx
MVVMFramework.StarterKit/Properties/Settings.Designer.cs
MVVMFramework.StarterKit/Properties/Settings.settings
MVVMFramework.StarterKit/Themes/Generic.xaml
MVVMFramework.StarterKit/ViewManager.cs
MVVMFramework.StarterKit/Views/Shell/ShellVM.cs
MVVMFramework.StarterKit/Views/Shell/ShellView.xaml
MVVMFramework.StarterKit/Views/Shell/ShellView.xaml.cs
MVVMFramework.StarterKit/app.config
MVVMFramework.StarterKit/log4net.config
MVVMFramework.View/ControlBehaviour/DataGridBehaviour.cs
MVVMFramework.View/Controls/DateTimePicker/DateTimeFormat.cs
MVVMFramework.View/Controls/DateTimePicker/DateTimeInfo.cs
MVVMFramework.View/Controls/DateTimePicker/DateTimeParser.cs
MVVMFramework.View/Controls/DateTimePicker/DateTimePart.cs
MVVMFramework.View/Controls/DateTimePicker/DateTimePicker.cs
MVVMFramework.View/Controls/DateTimePicker/DateTimeUpDown.cs
MVVMFramework.View/Controls/DateTimePicker/TimeFormat.cs
MVVMFramework.View/Controls/DateTimePicker/TimeItem.cs
MVVMFramework.View/Controls/DateTimePicker/TimePicker.cs
MVVMFramework.View/Controls/Expander/Expander.cs
MVVMFramework.View/Controls/NumericUpDown/DecimalUpDown.cs
MVVMFramework.View/Controls/NumericUpDown/InputBase.cs
MVVMFramework.View/Controls/NumericUpDown/IntegerUpDown.cs
MVVMFramework.View/Controls/NumericUpDown/NumericUpDown.cs
MVVMFramework.View/Controls/NumericUpDown/UpDownBase.cs
MVVMFramework.View/Controls/Raiting/Rating.cs
MVVMFramework.View/Controls/SearchableTextBlock/SearchableTextBlock.cs
MVVMFramework.View/Controls/Separator/Separator.cs
MVVMFramework.View/Controls/Spinner/ButtonSpinner.cs
MVVMFramework.View/Controls/Spinner/SpinDirection.cs
MVVMFramework.View/Controls/Spinner/SpinEventArgs.cs
MVVMFramework.View/Controls/Spinner/Spinner.cs
MVVMFramework.View/Controls/Spinner/ValidSpinDirections.cs
MVVMFramework.View/Controls/WatermarkBox/WatermarkAdorner.cs
MVVMFramework.View/Controls/WatermarkBox/WatermarkService.cs
MVVMFramework.View/Converters/BoolToGridLengthConverter.cs
MVVMFramework.View/Converters/BoolToIntegerConverter.cs
MVVMFramework.View/Converters/BoolToVisibilityConverter.cs
MVVMFramework.View/Converters/ConverterBase.cs
MVVMFramework.View/Converters/ConverterException.cs
MVVMFramework.View/Converters/DateTimeConverter.cs
MVVMFramework.View/Converters/DateTimeConverterMode.cs
MVVMFramework.View/Converters/DefaultValueToBoolConverter.cs
MVVMFramework.View/Converters/DefaultValueToVisibilityConverter.cs
MVVMFramework.View/Converters/FallbackBehavior.cs
MVVMFramework.View/Converters/IntegerToVisibilityConverter.cs
MVVMFramework.View/Converters/Internal/BoolInvenrseConverter.cs
MVVMFramework.View/Converters/Internal/BooleanAndConverter.cs
MVVMFramework.View/Converters/Internal/BooleanOrConverter.cs
MVVMFramework.View/Converters/Internal/TimeFormatToDateTimeFormatConverter.cs
MVVMFramework.View/Converters/InverseBoolConverter.cs
MVVMFramework.View/Converters/SequentialValueConverter.cs
MVVMFramework.View/Converters/ToVisibilityConverterBase.cs
MVVMFramework.View/Images/Collapse.png
MVVMFramework.View/Images/Expand.png
MVVMFramework.View/MVVMFramework.View.csproj
MVVMFramework.View/MVVMFramework.View.csproj.user
MVVMFramework.View/Properties/AssemblyInfo.cs
MVVMFramework.View/Themes/Colors.xaml
MVVMFramework.View/Themes/Common.xaml
MVVMFramework.View/Themes/Controls/ButtonSpinner.xaml
MVVMFramework.View/Themes/Controls/DateTimePicker.xaml
MVVMFramework.View/Themes/Controls/DateTimeUpDown.xaml
MVVMFramework.View/Themes/Controls/Expander.xaml
MVVMFramework.View/Themes/Controls/NumericUpDown.xaml
MVVMFramework.View/Themes/Controls/Raiting.xaml
MVVMFramework.View/Themes/Controls/SearchableTextBlock.xaml
MVVMFramework.View/Themes/Controls/Separator.xaml
MVVMFramework.View/Themes/Controls/TimePicker.xaml
MVVMFramework.View/Themes/Generic.xaml
MVVMFramework.View/Tools/VisualTree.cs
MVVMFramework.View/Tools/WaitCursor.cs
MVVMFramework.View/WindowBase.cs
MVVMFramework.ViewModel/BrowseEntitiesViewModel.cs
MVVMFramework.ViewModel/BrowseEntity.cs
MVVMFramework.ViewModel/EditEntityViewModelBase.cs
MVVMFramework.ViewModel/EditableObject.cs
MVVMFramework.ViewModel/EnumInfo.cs
MVVMFramework.ViewModel/EventArgs/RoutedCommandExceptionEventArgs.cs
MVVMFramework.ViewModel/Extensions/PropertyChangedEventArgsExtensions.cs
MVVMFramework.ViewModel/Global.cs
MVVMFramework.ViewModel/IDataChangedController.cs
MVVMFramework.ViewModel/IRefreshable.cs
MVVMFramework.ViewModel/IViewModel.cs
MVVMFramework.ViewModel/MVVMFramework.ViewModel.csproj
MVVMFramework.ViewModel/NotifyPropertyChangedBase.cs
MVVMFramework.ViewModel/Properties/AssemblyInfo.cs
MVVMFramework.ViewModel/RelayCommand.cs
MVVMFramework.ViewModel/Request.cs
MVVMFramework.ViewModel/Requests.cs
MVVMFramework.ViewModel/ViewModelBase.cs
MVVMFramework.WPFDemo/App.xaml
MVVMFramework.WPFDemo/App.xaml.cs
MVVMFramework.WPFDemo/AppModel.cs
MVVMFramework.WPFDemo/Entities/Role.cs
MVVMFramework.WPFDemo/Entities/User.cs
MVVMFramework.WPFDemo/Entities/UserRole.cs
MVVMFramework.WPFDemo/Images/Add.png
MVVMFramework.WPFDemo/Images/Change.png
MVVMFramework.WPFDemo/Images/Delete.png
MVVMFramework.WPFDemo/Images/Refresh.png
MVVMFramework.WPFDemo/Images/User16.png
MVVMFramework.WPFDemo/MVVMFramework.WPFDemo.csproj
MVVMFramework.WPFDemo/Properties/AssemblyInfo.cs
MVVMFramework.WPFDemo/Properties/Resources.Designer.cs
MVVMFramework.WPFDemo/Properties/Resources.resx
MVVMFramework.WPFDemo/Properties/Settings.Designer.cs
MVVMFramework.WPFDemo/Properties/Settings.settings
MVVMFramework.WPFDemo/Shell.xaml
MVVMFramework.WPFDemo/Shell.xaml.cs
MVVMFramework.WPFDemo/ViewModels/ShellVM.cs
MVVMFramework.WPFDemo/ViewModels/UserVM.cs
MVVMFramework.WPFDemo/Views/RoleView.xaml
MVVMFramework.WPFDemo/Views/RoleView.xaml.cs
MVVMFramework.WPFDemo/Views/UserView.xaml
MVVMFramework.WPFDemo/Views/UserView.xaml.cs
MVVMFramework.WPFDemo/app.config
MVVMFramework.sln
MVVMFramework.sln.DotSettings.user
MVVMFramework/ApplicationStarter.cs
MVVMFramework/MVVMFramework.csproj
MVVMFramework/Properties/AssemblyInfo.cs
MVVMFramework/Regions/IRegion.cs
MVVMFramework/Regions/RegionManager.cs
MVVMFramework/Services/IService.cs
MVVMFramework/Services/ServiceManager.cs

Download

Click the following link to download mvvmframework.zip.

mvvmframework.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML