23 packages tagged with “computed”
A library which is able to decompile a delegate or a method body to its lambda representation
.NET Reactive Objects that provide functionalities inspired from: (reactive, ref computed) found in Vue.js
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 - [SQLonAirAggretation(...)]. The CSV can be generated by calling `SQLonAirManager.SaveCSV("CalculatedFields.csv", Assembly.GetExecutingAssembly());` This can be called during startup - #if DEBUG. That CSV can be used to generate the SQLonAir inject SQL script.
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, range indices, fuzzy string matching, spatial and vector indices for properties, compound or computed keys.
Base ViewModel with easy Computed properties support
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).
Project is deprecated. Migrate to https://www.nuget.org/packages/CalculationWorks.BusinessModel/
Decompile property getters for supporting computed columns on LINQ. Uses the ashming expressive decompiler library
Auto updated computed properties for EF Core
Computed Expression core funcionalities
An implementation of computed property in C#/WPF.
Project is deprecated. Migrate to https://www.nuget.org/packages/CalculationWorks.ViewModel.Windows/
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).
Project is deprecated. Migrate to https://www.nuget.org/packages/CalculationWorks.ViewModel.Forms/
Source generator for EffectSharp that turns simple C# classes into reactive view models using attributes.
A reactive state management library for Blazor applications using Angular Signals-inspired pattern. Provides Signal<T>, Computed<T>, and React-like hooks for efficient UI updates with automatic dependency tracking.
Declarative reactive model generation for EffectSharp.