All Projects → markjulmar → mvvmhelpers

markjulmar / mvvmhelpers

Licence: MIT license
MVVM, converter and behavior library for all XAML based frameworks

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to mvvmhelpers

XamlIslands
Repository with several XAML Islands v1 samples (Win32, WPF, and WinForms) to demonstrate how to use it.
Stars: ✭ 47 (+123.81%)
Mutual labels:  wpf, winrt
MdXaml
Markdown for WPF - alternate version of Markdown.Xaml
Stars: ✭ 113 (+438.1%)
Mutual labels:  wpf
twinder
Unofficial Tinder client for Windows desktop
Stars: ✭ 18 (-14.29%)
Mutual labels:  wpf
atomex.client.wpf
Atomic swap exchange client for OS Windows
Stars: ✭ 15 (-28.57%)
Mutual labels:  wpf
MoalemYar
A personal project for class management, using various technologies like WPF, Entityframwork, CodeFirst, Sqlite, Migration and more
Stars: ✭ 53 (+152.38%)
Mutual labels:  wpf
SpicyTaco.AutoGrid
A magical replacement for the built in WPF Grid and StackPanel
Stars: ✭ 67 (+219.05%)
Mutual labels:  wpf
Toast
🍞 The rounded and animated Android Toast for .NET WPF/XAML
Stars: ✭ 25 (+19.05%)
Mutual labels:  wpf
AdminRunasMenu
A WPF menu driven by powershell to perform administrator functions
Stars: ✭ 26 (+23.81%)
Mutual labels:  wpf
DotNetKit.Wpf.AutoCompleteComboBox
ComboBox with filtering (auto-complete) for WPF
Stars: ✭ 66 (+214.29%)
Mutual labels:  wpf
OpenTyping
열린타자 : 현대적인 오픈 소스 타자 연습 프로그램
Stars: ✭ 46 (+119.05%)
Mutual labels:  wpf
machine-learning-blackjack-solution
Finding an optimal Blackjack strategy using AI
Stars: ✭ 40 (+90.48%)
Mutual labels:  wpf
Hacktober-2019
Repo for TOM members dedicated for the Hacktober fest of 2019 (6th edition), this repo is here to encourage open source learning and sharing and enhance git/github using abilities.
Stars: ✭ 16 (-23.81%)
Mutual labels:  wpf
IconPacks.Browser
The Browser for all available Icon packages from MahApps.Metro.IconPacks
Stars: ✭ 74 (+252.38%)
Mutual labels:  wpf
WPFPS
PowerShell module to interact with Windows Presentation Foundation (or WPF) controls.
Stars: ✭ 17 (-19.05%)
Mutual labels:  wpf
Simple.Wpf.Template
template for creating an MVVM based WPF application using Autofac, NLog & Rx
Stars: ✭ 31 (+47.62%)
Mutual labels:  wpf
ColorPickerLib
A WPF/MVVM implementation of a themeable color picker control.
Stars: ✭ 44 (+109.52%)
Mutual labels:  wpf
FileRenamerDiff
A File Renamer App featuring a difference display before and after the change.
Stars: ✭ 32 (+52.38%)
Mutual labels:  wpf
Colora
Color converter, screen color picker and color palettes for Windows
Stars: ✭ 32 (+52.38%)
Mutual labels:  wpf
Fabulous.WPF
WIP - Declarative UIs for WPF with F# and MVU, using Fabulous
Stars: ✭ 24 (+14.29%)
Mutual labels:  wpf
DebounceMonitoring
📑 Add debounce logic for any method in a single line.
Stars: ✭ 44 (+109.52%)
Mutual labels:  wpf

MvvmHelpers is a cross-platform library for creating applications using the Model-View-ViewModel pattern which was popularized by the XAML frameworks.

The library supports:

  • .NET 4.5
  • Mono 4.5
  • Windows Store Apps (WinRT)
  • Windows Phone Apps (WinPRT)
  • Xamarin.iOS
  • Xamarin.Android

There are several examples available here where I've been blogging on how to use this library. I'll push some of that information up here as well.

You can install MvvmHelpers through NuGet http://www.nuget.org - just search for MVVMHelpers.PCL, it will add the latest version into your project automatically from within Visual Studio if you install the NuGet plug-in.

Alternatively, you can type the following into the Package Manager console to add it to your project:

PM> Install-Package MVVMHelpers.PCL
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].