Intwenty 1.4.0

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

// Install Intwenty as a Cake Tool
#tool nuget:?package=Intwenty&version=1.4.0

Intwenty

Create metadata driven applications with java script and ASP.NET Core.

  • Define metadata for your datamodel and let Intwenty generate your database structure along with your needs for storing and retriving information.
  • Define your UI model and let intwenty generate your UI.
  • Implements Asp.Net Core Identity, without any need of entity framework.
  • Uses Intwenty.DataClient a small but fast Db connection library with ORM functions and JSON support
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 netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 75 5/22/2024
2.0.1 108 4/17/2024
2.0.0 128 4/17/2024
1.7.7 360 10/5/2021
1.7.6 318 9/21/2021
1.7.5 324 9/16/2021
1.7.4 313 6/22/2021
1.7.3 330 6/10/2021
1.7.2 303 4/29/2021
1.7.1 294 3/30/2021
1.7.0 351 3/28/2021
1.6.6 451 3/14/2021
1.6.5 434 3/8/2021
1.6.4 420 2/12/2021
1.6.3 393 2/11/2021
1.6.2 477 2/11/2021
1.6.1 461 2/9/2021
1.6.0 410 2/8/2021
1.5.3 465 1/25/2021
1.5.2 417 1/25/2021
1.5.1 450 1/20/2021
1.5.0 418 1/20/2021
1.4.9 412 1/3/2021
1.4.8 492 12/15/2020
1.4.7 425 12/15/2020
1.4.6 513 12/12/2020
1.4.5 522 11/29/2020
1.4.4 510 11/19/2020
1.4.3 538 11/12/2020
1.4.2 479 10/19/2020
1.4.1 524 10/9/2020
1.4.0 505 10/9/2020
1.3.9 571 9/21/2020
1.3.8 568 9/16/2020
1.3.7 525 9/4/2020
1.3.6 506 8/31/2020
1.3.5 490 8/21/2020
1.3.4 579 5/29/2020
1.3.3 508 5/14/2020
1.3.2 1,210 5/8/2020
1.3.1 1,142 5/7/2020
1.3.0 1,210 5/4/2020
1.2.9 1,168 4/27/2020
1.2.8 1,185 4/24/2020
1.2.7 1,229 4/22/2020
1.2.3 1,209 4/22/2020

- Moved database connectivity to new package Intwenty.DataClient
- Improved performance