Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbugnion/mvvmlight
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.
https://github.com/lbugnion/mvvmlight
cross-platform model-view-viewmodel mvvm mvvm-light-toolkit mvvmlight uwp windows windows-10 windows-desktop windows-uwp wpf xamarin xamarin-android xamarin-forms xamarin-ios
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/lbugnion/mvvmlight
- Owner: lbugnion
- License: mit
- Archived: true
- Created: 2017-09-16T15:43:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T12:43:37.000Z (about 3 years ago)
- Last Synced: 2024-09-22T17:02:06.677Z (about 1 month ago)
- Topics: cross-platform, model-view-viewmodel, mvvm, mvvm-light-toolkit, mvvmlight, uwp, windows, windows-10, windows-desktop, windows-uwp, wpf, xamarin, xamarin-android, xamarin-forms, xamarin-ios
- Language: C#
- Homepage: http://www.mvvmlight.net
- Size: 42.1 MB
- Stars: 1,162
- Watchers: 67
- Forks: 311
- Open Issues: 74
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin - MVVMLight - Cross-platform MVVM development framework. (MVVM)
README
# MVVM Light Toolkit
> MVVM Light is not maintained anymore. Over the years, thousands of users have found this project useful with millions of downloads. We are truly overwhelmed by the kindness shown by a huge amount of members of this awesome community. Thanks so much for making this little project so popular and for making it all worthwhile.
> We strongly recommend [looking into the Microsoft MVVM Toolkit](https://docs.microsoft.com/windows/communitytoolkit/mvvm/introduction), an open source project from the Windows Community Toolkit, as the successor of MVVM Light.
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.
## Get started
More information about the MVVM Light Toolkit can be found on http://www.mvvmlight.net.
Documentation: See http://www.mvvmlight.net/doc
## Nuget versions
| [MvvmLightLibs](https://www.nuget.org/packages/MvvmLightLibs/) | [MvvmLight](https://www.nuget.org/packages/MvvmLight/) | [MvvmLightAndroidSupport](https://www.nuget.org/packages/MvvmLightAndroidSupport/) | [MvvmLightLibsStd10](https://www.nuget.org/packages/MvvmLightLibsStd10/) | [MvvmLightStd10](https://www.nuget.org/packages/MvvmLightStd10/)
| ------------- | ------------- | ------------- | ------------- | ------------- |## VSIX packages for Visual Studio
| [VS2012](https://marketplace.visualstudio.com/items?itemName=LaurentBugnion.MVVMLightforVS2012) | [VS2013](https://marketplace.visualstudio.com/items?itemName=LaurentBugnion.MVVMLightforVS2013) | [VS2015](https://marketplace.visualstudio.com/items?itemName=LaurentBugnion.MVVMLightforVS2015) | [VS2017](https://marketplace.visualstudio.com/items?itemName=LaurentBugnion.MVVMLightforVS2017) |
| ------------- | ------------- | ------------- | ------------- |## License
Under [MIT License](http://www.galasoft.ch/license_MIT.txt).