Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Prism | 5,818 | 1,141 | 218 | 13 days ago | 34 | May 24, 2021 | 23 | other | C# | |
Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications.. | ||||||||||
Windowscommunitytoolkit | 5,614 | 61 | 11 days ago | 17 | November 18, 2021 | 309 | other | C# | ||
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation. | ||||||||||
Mvvmcross | 3,787 | 831 | 225 | 4 days ago | 156 | August 01, 2023 | 216 | ms-pl | C# | |
The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac. | ||||||||||
Dotvvm | 699 | 15 | 38 | 19 hours ago | 172 | May 25, 2022 | 153 | apache-2.0 | C# | |
Open source MVVM framework for Web Apps | ||||||||||
Professionalcsharp7 | 485 | 5 months ago | mit | C# | ||||||
Code samples for the book Professional C# 7 and .NET Core 2.0 (with updates for 2.1), Wrox Press | ||||||||||
Xamarin Forms Shopping Cart | 54 | 4 years ago | mit | C# | ||||||
Xamarin forms shopping cart by replacing toolbar item. | ||||||||||
Mist | 51 | 1 | 2 years ago | 16 | January 01, 1900 | 2 | mit | C# | ||
Implements change notification for properties (ie: INotifyPropertyChanged) using IL weaving and a custom Visual Studio build task. | ||||||||||
At Netcore Notepadplusplus | 46 | 4 months ago | mit | C# | ||||||
Notepad++ Editor is one of the most important programs on any computer that everyone uses every day. The most popular and popular editor in Windows operating systems is Notepad, which is definitely familiar to everyone. | ||||||||||
Visualstudiorevittemplate | 21 | 5 years ago | mit | C# | ||||||
Visual Studio project template for Revit add-in development. (using WPF and MVVM) | ||||||||||
Xaml Resources | 19 | 4 years ago | ||||||||
👀 Check out mvvmcross.com to get started with MvvmCross 👀
MvvmCross is a cross-platform MVVM framework. It enables developers to create apps using the MVVM pattern on Xamarin.iOS, Xamarin.Android, Xamarin.Mac, Xamarin.Forms, Universal Windows Platform (UWP) and Windows Presentation Framework (WPF). This allows for better code sharing by allowing you to share behavior and business logic between platforms.
Among the features MvvmCross provides are:
MvvmCross is extendable by you. We strive to let as much code be configurable and overridable, to let the developer decide how they want to use the framework. However, the framework is very usable without doing anything.
Support us with a monthly donation and help us continue our activities. [Become a backer]
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
Grab the latest MvvmCross NuGet package and install in your solution.
Install-Package MvvmCross
Make sure that both the shared core project and your application projects include the NuGet. For more details please visit the Getting Started documentation, which also provides easier ways, through Visual Studio and Xamarin Studio plugins to install and manage MvvmCross in your project.
We want to keep the GitHub issues list for bugs, features and other important project management tasks only. If you have questions please see the Questions & support section below.
When filing issues, please select the appropriate issue template. The best way to get your bug fixed is to be as detailed as you can be about the problem. Providing a minimal git repository with a project showing how to reproduce the problem is ideal. Here are a couple of questions you can answer before filing a bug.
Remember GitHub issues support markdown. When filing bugs please make sure you check the formatting of the issue before clicking submit.
We are happy to receive Pull Requests adding new features and solving bugs. As for new features, please contact us before doing major work. To ensure you are not working on something that will be rejected due to not fitting into the roadmap or ideal of the framework.
Since Windows and UNIX-based systems differ in terms of line endings, it is a very good idea to configure git autocrlf settings.
On Windows we recommend setting core.autocrlf
to true
.
git config --global core.autocrlf true
On Mac we recommend setting core.autocrlf
to input
.
git config --global core.autocrlf input
Please use 4 spaces for indentation.
Otherwise default ReSharper C# code style applies.
Our workflow is loosely based on Github Flow. We actively do development on the develop branch. This means that all pull requests by contributors need to be develop and requested against the develop branch. The master branch contains tags reflecting what is currently on NuGet.org.
Make sure you can build the code. Familiarize yourself with the project workflow and our coding conventions. If you don't know what a pull request is read this https://help.github.com/articles/using-pull-requests.
Before submitting a feature or substantial code contribution please discuss it with the team and ensure it follows the MvvmCross roadmap. Note that code submissions will be reviewed and tested. Only code that meets quality and design/roadmap appropriateness will be merged into the source. Don't "Push" Your Pull Requests
MvvmCross is licensed under the MS-PL License
This project is supported by the .NET Foundation.