DynamicExpresso.Core 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DynamicExpresso.Core --version 1.1.0
                    
NuGet\Install-Package DynamicExpresso.Core -Version 1.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DynamicExpresso.Core" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DynamicExpresso.Core" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="DynamicExpresso.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DynamicExpresso.Core --version 1.1.0
                    
#r "nuget: DynamicExpresso.Core, 1.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=DynamicExpresso.Core&version=1.1.0
                    
Install DynamicExpresso.Core as a Cake Addin
#tool nuget:?package=DynamicExpresso.Core&version=1.1.0
                    
Install DynamicExpresso.Core as a Cake Tool

Dynamic Expresso is an expression interpreter for simple C# statements.
     Dynamic Expresso embeds it's own parsing logic, and really interprets C# statements by converting it to .NET LambdaExpression that can be invoked as any standard delegate.
     It doesn't generate assembly but it creates dynamic expression/delegate on the fly.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (83)

Showing the top 5 NuGet packages that depend on DynamicExpresso.Core:

Package Downloads
Magicodes.IE.Excel

Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 更新记录:https://github.com/dotnetcore/Magicodes.IE/blob/master/RELEASE.md 公众号:麦扣聊技术 交流QQ群:85318032

SanteDB.Core.Api

SanteDB Core API services and functions

Casbin.NET

Casbin.NET is a powerful and efficient open-source access control library for .NET (C#) projects. It provides support for enforcing authorization based on various access control models.

SanteDB.BI

SanteDB Business Intelligence (BI) core logic. Provides structures for data sources, queries, reports, and report controls rendered in all SanteDB software solutions.

CalcBinding

CalcBinding - small library providing Binding markup extension with path expressions directly in xaml

GitHub repositories (20)

Showing the top 20 popular GitHub repositories that depend on DynamicExpresso.Core:

Repository Stars
0x90d/videoduplicatefinder
Video Duplicate Finder - Crossplatform
dotnetcore/Magicodes.IE
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
MCCTeam/Minecraft-Console-Client
Lightweight console for Minecraft chat and automated scripts
dathlin/HslCommunication
A very popular industrial Internet of Things communication plug-in. Using this dll can be very convenient, stable, and fast to obtain data from PLC equipment of multiple brands, and also supports redis, mqtt, websocket, etc., which can let your data on the network Free transmission, reducing enterprise development costs.
casbin/Casbin.NET
An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
iioter/iotgateway
An industrial IoTGateway with B/S architecture that enables bidirectional communication between industrial devices (southbound connections) and IoT platforms (northbound connections). It supports numerous industrial protocols, and can connect to various IoT cloud platforms.
cyq1162/cyqdata
cyq.data is a high-performance and the most powerful orm.(.NET 最好用的ORM数据层框架,木有之一!支持.NET所有版本、支持.NET Core所有版本)Support:Mssql、Mysql、Oracle、Sybase、Postgres、DB2、FireBird、Sqlite、DaMeng(达梦)、KingBaseES(人大金仓)、Txt、Xml、Access、Excel、FoxPro、Redis、MemCache。
PoESkillTree/PoESkillTree
A Passive Skill Tree Planner for Path of Exile
Alex141/CalcBinding
Advanced WPF Binding which supports expressions in Path property and other features
jdiamond/Nustache
Logic-less templates for .NET
maforget/ComicRackCE
A Community Edition for the legendary Comic Book Manager ComicRack. ComicRack is back from the dead.
overtools/OWLib
DataTool is a program that lets you extract models, maps, and files from Overwatch.
iceman1001/ChameleonMini-rebootedGUI
Windows based GUI for Chameleon Mini, the contactless smartcard emulator (NFC/RFID)
vchelaru/Gum
Flexible layout tool for creating UI on any platform
zLulus/NotePractice
My_Note 笔记练习demo
IOT-CS/IOTCS
工业智能网关,基于.net core3.1的跨平台物联网网关。支持不同设备驱动(PLC、CNC、数据库、串口设备、上位机、OPC UA、MQTT)具备二次开发驱动的能力实现与Thingsboard进行数据通讯。同时支持多资源配置化管理,MQTT、MYSQL、WEBHOOK等多种类型,实现数据的快速推送,提供简单的驱动开发接口。
FormCms/FormCms
Open-source headless CMS built with ASP.NET Core (C#) and React, featuring REST APIs, GraphQL, and a GrapesJS page designer.
LegacyNsfw/PcmHacks
This project has moved to https://github.com/PcmHammer/PcmHammer/
junkai-li/NetCoreKevin
基于NET8搭建DDD-微服务-WebApi架构支持:IDS4单点登录、多缓存、自动任务、分布式、多租户、日志、授权和鉴权、CAP集成事件、SignalR、领域事件、ESL、MCP协议服务、单元测试、Cors、Quartz自动任务、多短信集成、AI应用
arslanaybars/Fop
Filtering, Ordering (Sorting) and Pagination library for .Net Core, ASP.NET Core, C#
Version Downloads Last updated
2.19.2 1,424 5/26/2025
2.19.1 2,842 5/16/2025
2.19.0 13,979 4/17/2025
2.18.0 30,924 3/23/2025
2.17.2 134,869 11/20/2024
2.17.1 33,990 10/29/2024
2.16.1 1,225,790 6/14/2023
2.16.0 219,706 3/24/2023
2.13.0 812,450 6/14/2022
2.12.0 430,958 3/12/2022
2.11.0 148,117 2/9/2022
2.10.0 187,189 12/24/2021
2.9.8 2,454 12/20/2021
2.9.7 16,556 12/6/2021
2.9.6 38,308 11/26/2021
2.9.5 126,640 10/30/2021
2.9.4 10,141 10/27/2021
2.9.3 12,274 10/21/2021
2.9.2 46,829 10/15/2021
2.9.1 18,408 10/9/2021
2.9.0 3,493 10/8/2021
2.8.1 159,259 7/4/2021
2.8.0 1,440,880 6/24/2021
2.7.1 12,397 6/17/2021
2.6.1 32,795 6/7/2021
2.6.0 15,788 5/29/2021
2.5.1 1,741 5/25/2021
2.5.0 3,854 5/21/2021
2.4.1 359,496 4/27/2021
2.4.0 124,602 2/24/2021
2.3.3 1,661,380 10/5/2020
2.3.2 20,745 9/29/2020
2.3.1 1,604,364 2/3/2019
2.3.0 1,523 2/1/2019
2.2.1 8,174 1/15/2019
2.2.0 6,642 12/23/2018
2.1.0 183,244 7/4/2018
2.0.2 98,381 5/1/2018
2.0.1 1,971 5/1/2018
2.0.0 84,004 12/17/2017
2.0.0-beta2 1,683 12/17/2017
2.0.0-beta 1,613 12/17/2017
2.0.0-alpha 1,828 12/17/2017
1.3.4.8 17,820 5/1/2018
1.3.4.7 36,037 10/31/2017
1.3.3.6 57,863 8/21/2017
1.3.3.5 109,326 12/14/2016
1.3.3.4 61,380 9/24/2016
1.3.2.1 6,797 9/11/2016
1.3.1 157,423 9/5/2015
1.3.0 160,513 1/18/2015
1.2.0 3,749 1/15/2015
1.1.0 16,986 11/8/2014
1.0.0 3,173 9/13/2014
0.11.4 2,839 5/13/2014
0.11.3 2,036 5/10/2014
0.11.2 2,200 5/3/2014
0.11.1 2,102 4/29/2014
0.11.0 2,634 4/12/2014
0.10.0 2,707 3/28/2014
0.9.2 2,174 3/23/2014
0.9.1 2,617 12/13/2013
0.9.0 4,572 11/2/2013
0.8.1 2,245 9/30/2013
0.8.0 2,735 2/21/2013
0.7.0 2,178 2/7/2013
0.6.0 2,173 2/2/2013
0.5.0 2,086 1/31/2013
0.4.0 2,141 1/29/2013
0.3.0 2,186 1/28/2013
0.2.0 2,219 1/21/2013
0.1.1 2,159 1/20/2013
0.1.0 4,521 1/20/2013