Top 20 NuGet binding Packages

WPF Converters provides a number of generic binding converters for use in WPF and Silverlight applications. Online at http://wpfconverters.codeplex.com/.
A jQuery plugin to generate dynamic HTML contents from an array of JavaScript objects. Live Demo: http://kylinwater.crealyx.fr/jquery-data-binding/
Better MVC support for Sitecore CMS
Helpers for MVVM-friendly asynchronous operations. Supported Platforms: * .NET Framework 4.5 * .NET Core 1.0 * Silverlight 5 * Windows 8 * Windows Phone Silverlight 8 * Windows Phone 8.1 * Xamarin.Android * Xamarin.iOS * .NET Standard 1.0 * Portable Class Libraries
AsyncMVVM library Calculated Properties integration. Supported Platforms: * .NET Framework 4.5 * Silverlight 5 * Windows 8 * Windows Phone Silverlight 8 * Windows Phone 8.1 * Xamarin.Android * Xamarin.iOS * Portable Class Libraries
This NuGet package contains the library that takes care of hot loading of the dlls into the application at run time.
Shims.Xaml lets you easily create libraries that work on WPF and Windows 10. Find us on GitHub at http://github.com/jamesqo/Shims.Xaml
Provide a binding mechanism between POCO objects
A simple to use yet powerful implementation of INotifyPropertyChanged.
Xamarin.Forms Picker component with support for bindings. Usage: ... xmlns:bp="clr-namespace:Xamarin.Forms.BindablePicker;assembly=Xamarin.Forms.BindablePicker" ... <bp:BindablePicker ItemsSource="{Binding Items}" SelectedItem="{Binding SelectedItem, Mode=TwoWay}" ...
Android binding Materialish-Progress v.1.7
Bind MVC model properties by name. Includes configurable type conversion.
Extensions to make MvvmCross bindings more F#-ish
WPF Converters provides a number of generic binding converters for use in WPF applications. Online at https://github.com/stefv/WPFConverters/.
Provides change notifications (INotifyPropertyChanged) for nested data structures (e.g. INotifyCollectionChanged<INotifyPropertyChanged>)
// 版本号码:前3码是对应原生SDK版号,后1码是Nuget上传版号 public override void ViewDidLoad() { base.ViewDidLoad(); var btn1 = new UIButton() { BackgroundColor = new UIColor(0,0,255,255), Frame = new CoreGraphics.CGRect(50, 50, 200, 100) }; btn1.SetTitle ("Order", UIControlState.Normal); bt...
Manually registering types in an IoC container can be a tedious task. This extension to Autofac aims to help automatically registering types with common, built-in and extensible conventions.
Azure Functions bindings to abstract away Redis boilerpate