Tie 2.0.9

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

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

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 2.0

    • 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

1/17/2022 v2.0.9
Improvements/Enhancements:
1. Add line and column number to token of class Tokenize
2. Thread safe

11/01/2020 v2.0.8
Improvements/Enhancements:
1. Implemented method: IEnumerable<token> Script.Tokenize(string text)

9/18/2018 v2.0.7.0
1. support .Net Standard 2.0

1/18/2018 v2.0.6.0
1. support 32-bit hexadecimal constant

3/15/2017 v2.0.5.0
bug fixes:
1. deserialize struct and struct property
2. deserialize class and class property

3/8/2017 v2.0.3.0
bug fixes:
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