Tie 2.0.0.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package Tie --version 2.0.0.13
NuGet\Install-Package Tie -Version 2.0.0.13
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="Tie" Version="2.0.0.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tie --version 2.0.0.13
#r "nuget: Tie, 2.0.0.13"
#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.
// Install Tie as a Cake Addin
#addin nuget:?package=Tie&version=2.0.0.13

// Install Tie as a Cake Tool
#tool nuget:?package=Tie&version=2.0.0.13

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 Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net30 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  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 (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 74 6/7/2024
2.0.10 141 9/3/2023
2.0.9 633 1/18/2022
2.0.8 512 3/12/2021
2.0.7 918 9/19/2018
2.0.5 1,175 3/16/2017
2.0.3 940 3/9/2017
2.0.2.1 1,141 2/19/2016
2.0.2 1,005 2/19/2016
2.0.1 1,061 12/18/2015
2.0.0.14 1,183 4/13/2015
2.0.0.13 1,044 3/26/2015
2.0.0.12 1,123 5/30/2014
2.0.0 1,349 1/14/2014

02/10/2015
1. added .net4.52 release