1,053 packages tagged with “dynamic”
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
This is a .NETStandard / .NET Core port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality.
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
# This package is deprecated (no longer maintained) Use System.Linq.Dynamic.Core instead - Dynamic Linq: https://www.nuget.org/packages/System.Linq.Dynamic.Core - Dynamic Linq (EF Core): https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.DynamicLinq - Dynamic Linq (EF 6): https://www.nuget.org/packages/EntityFramework.DynamicLinq - GitHub: https://github.com/zzzprojects/System.Linq.Dynamic.Core - Website: https://dynamic-linq.net/
AsyncInterceptor is an extension to Castle DynamicProxy to simplify the development of interceptors for asynchronous methods.
Dynamic Language Runtime
(pronounced dyna-mighty) flexes DLR muscle to do meta-mazing things in .net
IronPython is an open-source implementation of the Python programming language that is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily. This package contains the IronPython interpreter engine.
C# expression interpreter/evaluator
Framework to drastically simplify your private reflection code using C# dynamic
Dynamic Linq extensions for Microsoft.EntityFrameworkCore which adds Async support
A Lightweight Duck Casting Framework for dynamic C#
Adds support for dynamic instances and sets from SpecFlow tables
The Python Standard Library, for use with IronPython.
Bring the power of Rx to collections using Dynamic Data. Dynamic Data is a comprehensive caching and data manipulation solution which introduces domain centric observable collections. Linq extensions enable dynamic filtering, sorting, grouping, transforms, binding, pagination, data virtualisation, expiration, disposal management plus more.
The #1 pattern-aware extension to C# and VB.
We moved here: http://eval-expression.net/ NOTE: The current package is *UNSUPPORTED* since 2016
Provides global & scoped filters for Entity Framework with dynamic filter parameters that are evaluated at query execution. Supports use cases such as Multi-Tenancy and Soft Deletes.
Slapper.AutoMapper is a mapping library that can convert dynamic data into static types and populate complex nested child objects.
A Lua implementation for the Dynamic Language Runtime (DLR).
Steeltoe Dynamic Console Logger.
CS-Script engine Class Library for .NET 5
Convention-based mapper between strong typed object and Excel data via NPOI.
FormFactory is a UI component engine for ASP.NET Core and MVC5. It reflects over your view models to build a component tree, then renders that according to customisable templates. Drive yuour views by convention instead of hard coding them.
Load native shared libraries from .NET on Unix, Windows or MacOS. This package offers more facilities to handle a native library at runtime rather than at compile time (vanilla P/Invoke uses rather static idioms).
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast. Fastmember re-compiled for .NetCore
Abstractions for use with dynamic logging.
Python and CLR (.NET and Mono) cross-platform language interop
CS-Script engine Class Library for .NET