A portable library for the DataAnnotations namespace. Reduced surface area matches the Silverlight SDK version of DataAnnotations, with additions of some classes.
A portable library for the DataAnnotations namespace. Reduced surface area matches the Silverlight SDK version of DataAnnotations, with additions of some classes.
The main goal of this project is to supply a portable alternative to System.Text.Encoding that can be used from other PCL libraries.
Platforms such as Windows Phone currently do not provide support for text encodings other than a limited subset of the Unicode encodings. This can be a real...
More information
MVVM-Sidekick https://github.com/waynebaby/MVVM-Sidekick/
=============
MVVM密友 https://github.com/waynebaby/MVVM-Sidekick
===================
A Modern light-weight MVVM framework based on RX and TPL await
轻量级MVVM框架,基于RX与 await等新技术
A control suite for some common things a Windows 8.1 XAML application might want to include such as a Flyout, Menu, Rating, Settings Pane, and other controls.
See:
http://alphachitech.wordpress.com/2015/01/31/virtualizing-observable-collection/
GitHub is here: https://github.com/anagram4wander/VirtualizingObservableCollection
There are no performant large data set observable collections that support write operations in .NET, so we wrote the...
More information
A toolkit useful to build Windows Store apps. It contains helpers to bind commands in MVVM (also during drag'n'drop operation on UI), user-controls, converters, toast and tile helpers, etc. etc. It's built on top of Galasoft MVVM Light.
StyleMVVM is a full featured MVVM framework designed from the ground up for the Windows Store platform (C#, C++ and HTML/JS supported). StyleMVVM has now been ported to Windows Phone 8 and WPF (.Net 4.5).
T4 Factories uses T4toolbox to automatically generate the source code for factory implementations and even contracts (if they don't exist already), based on a concrete class and a base interface.
It allows easier use of the factory pattern for easier unit testing and refactoring.
RichTextBlock.Html2Xaml adds a Html property to RichTextBlock controls,
that translates Html formatted text on the fly to the subset of XAML
that the RichTextBlock control supports, with just two source
files that are simple to modify: one C#, one XSLT.