This library can be used to define SQL on Air calculated fields natively in any .NET project.
Extracts a SQL on Air fieldmap from a DLL notated with the SQLonAir .net Attributes defined in this package. These include
- [SQLonAirLookup(...)],
- [SQLonAirComputation(...)], and
-...
More information
Easy-to-use calculated properties for MVVM apps (.NET 4, MonoTouch, MonoDroid, Windows 8, Windows Phone 8.1, Windows Phone Silverlight 8.0, and Silverlight 5).
This very small library is bringing INPC to computed fields with just a single attribute.
It works with Mvvm Light 5.1.1+.
Current lib has been tested for VS 2015 and UWP/UAP (Windows 10).
Provides an In-Memory data structure, the IndexedSet, that allows to easily add indices to allow efficient querying. Currently supports unique and non-unique indices as well as range indices for single attribute, compound or computed keys.