Intwenty 3.0.0

dotnet add package Intwenty --version 3.0.0
                    
NuGet\Install-Package Intwenty -Version 3.0.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="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Intwenty" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Intwenty" />
                    
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 Intwenty --version 3.0.0
                    
#r "nuget: Intwenty, 3.0.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.
#:package Intwenty@3.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Intwenty&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Intwenty&version=3.0.0
                    
Install as a Cake Tool

Intwenty

Is a .net core template that can give you a rapid start for any .net project.

  • It let's you describe views and data as json. Se thee file intwenty.json
  • It let's you create small applications without any strongly typed objects
  • Includes barea.js which simplifies java script applications and SPA:s
  • Implements and extends Asp.Net Core Identity. Intwenty adds organization and product management.
  • Uses Intwenty.DataClient (Instead of entity framework) a small but fast Db connection library with ORM functions and JSON support
  • The Nuget version is an RCL Package (Razor Class Library) that includes both UI and generic functions.

Intentions

  1. Boost productivity
  2. To be lightweight
  3. Keep dependencies to a minimum.

Backend Dependencies

  • Net8
  • Intwenty.DataClient
  • Swashbuckle

Frontend Dependencies

  • bootstrap 5.2.0
  • barea.js

Works with the following databases

  • MS Sql Server
  • MySql
  • Maria DB
  • PostgreSQL
  • SQLite

How to use it

  • Fork this Repository.
  • Download the latest release on github.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
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
3.0.0 177 4/3/2025
2.0.4 275 9/3/2024
2.0.3 114 8/30/2024
2.0.2 125 5/22/2024
2.0.1 160 4/17/2024
2.0.0 177 4/17/2024
1.7.7 449 10/5/2021
1.7.6 400 9/21/2021
1.7.5 404 9/16/2021
1.7.4 398 6/22/2021
1.7.3 415 6/10/2021
1.7.2 389 4/29/2021
1.7.1 392 3/30/2021
1.7.0 445 3/28/2021
1.6.6 527 3/14/2021
1.6.5 522 3/8/2021
1.6.4 517 2/12/2021
1.6.3 487 2/11/2021
1.6.2 577 2/11/2021
1.6.1 562 2/9/2021
1.6.0 513 2/8/2021
1.5.3 567 1/25/2021
1.5.2 497 1/25/2021
1.5.1 549 1/20/2021
1.5.0 498 1/20/2021
1.4.9 502 1/3/2021
1.4.8 575 12/15/2020
1.4.7 518 12/15/2020
1.4.6 606 12/12/2020
1.4.5 627 11/29/2020
1.4.4 593 11/19/2020
1.4.3 619 11/12/2020
1.4.2 578 10/19/2020
1.4.1 620 10/9/2020
1.4.0 602 10/9/2020
1.3.9 669 9/21/2020
1.3.8 659 9/16/2020
1.3.7 619 9/4/2020
1.3.6 604 8/31/2020
1.3.5 595 8/21/2020
1.3.4 664 5/29/2020
1.3.3 608 5/14/2020
1.3.2 1,313 5/8/2020
1.3.1 1,249 5/7/2020
1.3.0 1,307 5/4/2020 1.3.0 is deprecated because it is no longer maintained.
1.2.9 1,283 4/27/2020 1.2.9 is deprecated because it is no longer maintained.
1.2.8 1,291 4/24/2020 1.2.8 is deprecated because it is no longer maintained.
1.2.7 1,345 4/22/2020 1.2.7 is deprecated because it is no longer maintained.
1.2.3 1,313 4/22/2020 1.2.3 is deprecated because it is no longer maintained.

Update to barea.js