Description
This is a small framework that guides you through the creation of cross platform applications (thanks to Xamarin ) developing a release platform agnostic high-level layer (Binders Layer) .
M.V.B. alternatives and similar packages
Based on the "MVVM" category.
Alternatively, view M.V.B. alternatives based on common mentions on social networks and blogs.
-
knockout
Knockout makes it easier to create rich, responsive UIs with JavaScript -
ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application. -
Prism
Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications.. -
MVVMCross
The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac. -
Caliburn.Micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability. -
MVVM Light Toolkit
The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone. -
Gemini
Gemini is an IDE framework similar in concept to the Visual Studio Shell. It uses AvalonDock and has an MVVM architecture based on Caliburn Micro. -
Stylet
A very lightweight but powerful ViewModel-First MVVM framework for WPF for .NET Framework and .NET Core, inspired by Caliburn.Micro. -
WPF Application Framework (WAF)
Win Application Framework (WAF) is a lightweight Framework that helps you to create well structured XAML Applications. -
FreshMvvm
FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. It's designed to be Easy, Simple and Flexible. -
DotNetProjects.WpfToolkit
wpf toolkit fork of the MS WPF Toolkit (https://wpf.codeplex.com/releases/view/40535) -
MVVM Dialogs
Library simplifying the concept of opening dialogs from a view model when using MVVM in WPF -
Toms Toolbox
A set of core functions and classes to ease every days .Net development tasks. -
Smaragd
A platform-independent, lightweight library for developing .NET applications using the MVVM architecture -
Web-Atoms Core
Light weight feature rich UI Framework for JavaScript for Browser with Dependency Injection, Mocking and Unit Testing -
Okra App Framework
An app centric MVVM framework for Windows 8.1 built with dependency injection in mind, including a full set of Visual Studio MVVM templates. -
MvvmMicro
A clean and lightweight MVVM framework for WPF, UWP and .NET Standard 2.0 inspired by MVVM Light Toolkit. -
UpdateControls
Update Controls does not require that you implement INotifyPropertyChanged or declare a DependencyProperty. It connects controls directly to CLR properties. This makes it perfect for the Model/View/ViewModel pattern.
Clean code begins in your IDE with SonarLint
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of M.V.B. or a related project?
README
M.V.B.
Model View Binder - A small and robust framework for awesome cross platform architectures
Quick Start
For a complete example see *FakeContacts App in this repo.*
Install Mvb.Core package in all your projects (that use Mvb components).
Install platform specific package in your UI Projects.
- Xamarin Android: Mvb.Platform.Droid
- Xamarin iOS: Mvb.Platform.iOS
- Xamarin.Mac: Mvb.Platform.MacOs
- Universal Windows 10: Mvb.Platform.Win.Uwp
- Windows WPF Mvb.Platform.Win.Wpf
- Windows Forms: Mvb.Platform.Win.WinForms
At the entry point of your platform specific project call:
MvbPlatform.Init();
For Windows Forms project call:
Mvb.Core.Mvb.NullInit();
Documentation
https://github.com/markjackmilian/MVB/wiki
What is this (shortly)?
This is a small framework that guides you through the creation of cross platform applications (thanks to Xamarin ) developing a release platform agnostic high-level layer (Binders Layer) .
The Binders Layer can be thought as an application without interface composed of many small components (Binder) with limited liability .
The binders (type MvbBase ) expose simple APIs that allow you to connect the top final platform specific application layer ( UI ).
See WIKI section for all the necessary documentation .
Follow Me
- Twitter: @markjackmilian
- MyBlog: markjackmilian.net
- Linkedin: linkedin
License
Licensed under Apache see license file.
*Note that all licence references and agreements mentioned in the M.V.B. README section above
are relevant to that project's source code only.