Tie 2.0.3
See the version list below for details.
dotnet add package Tie --version 2.0.3
NuGet\Install-Package Tie -Version 2.0.3
<PackageReference Include="Tie" Version="2.0.3" />
paket add Tie --version 2.0.3
#r "nuget: Tie, 2.0.3"
// Install Tie as a Cake Addin #addin nuget:?package=Tie&version=2.0.3 // Install Tie as a Cake Tool #tool nuget:?package=Tie&version=2.0.3
C# statement/expression interpreter
Tie is dynamic language(script) which accepts C# statement/expression syntax and JavaScript like function and class syntax. Include lexical analysis, parser and virtual machine(VM)
Script, such method or event handler, is a simple .Net string which can be saved into SQL Server
Support script debug, breakpoint, log.
Middleware, high performance, compact size
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Tie:
Package | Downloads |
---|---|
sqlcon
Operate databases(servers) like file system on the disk sqlcon command: dir,cd,md,rd,del,type,ren,copy,comp,xcopy,cls,ver,echo,rem,set,import,export,mount,umount,open,save,edit,clean,execute,attrib Support SQL Server, LocalDB, SQL Azure, SQL Server Express Support Xml database on disk or web/ftp site which is used to compare database on 2 differnet networks. Support unlimited database server connections Compare data/schema between 2+ databases or database servers, and generate SQL script Copy data/schema between 2+ databases or database servers Search data rows, column, table, view, proc and database name by wildcard(*,?) Edit data on GUI or console Clean redundant rows Delete rows with constraints Generate data in format of json, CSV, and SQL script Generate C# class: data contract, Linq to SQL, and entity framework Execute SQL Script file Support all SQL statements |
|
Tie.Helper
Serialize/deserialize .net object to persistent device,such as SQL Server, flat file or memory |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.11 | 115 | 6/7/2024 |
2.0.10 | 166 | 9/3/2023 |
2.0.9 | 670 | 1/18/2022 |
2.0.8 | 534 | 3/12/2021 |
2.0.7 | 940 | 9/19/2018 |
2.0.5 | 1,202 | 3/16/2017 |
2.0.3 | 959 | 3/9/2017 |
2.0.2.1 | 1,166 | 2/19/2016 |
2.0.2 | 1,032 | 2/19/2016 |
2.0.1 | 1,086 | 12/18/2015 |
2.0.0.14 | 1,209 | 4/13/2015 |
2.0.0.13 | 1,068 | 3/26/2015 |
2.0.0.12 | 1,145 | 5/30/2014 |
2.0.0 | 1,373 | 1/14/2014 |
3/8/2017 v2.0.3.0
1.devalize generic array
2/14/2016 v2.0.2.0
1.Method ToScript in class Memory can export C# assignment code
2.bug fixes: cannot return nested type
12/17/2015 v2.0.1.0
1.change operator new priority, e.g. new A().B() == (new A()).B()
2.function host.classof(valor) devalizes valor to host object
04/13/2015 v2.0.0.14
1. new features: add Memory.GetValue and VAL.GetMember
03/26/2015 v2.0.0.13
1. bug fixes: error on compile string having char '\r'
02/10/2015 v2.0.0.12
1. added .net4.51 release