Tubular.ServerSide 8.1.12

dotnet add package Tubular.ServerSide --version 8.1.12
                    
NuGet\Install-Package Tubular.ServerSide -Version 8.1.12
                    
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="Tubular.ServerSide" Version="8.1.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tubular.ServerSide" Version="8.1.12" />
                    
Directory.Packages.props
<PackageReference Include="Tubular.ServerSide" />
                    
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 Tubular.ServerSide --version 8.1.12
                    
#r "nuget: Tubular.ServerSide, 8.1.12"
                    
#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 Tubular.ServerSide@8.1.12
                    
#: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=Tubular.ServerSide&version=8.1.12
                    
Install as a Cake Addin
#tool nuget:?package=Tubular.ServerSide&version=8.1.12
                    
Install as a Cake Tool

NuGet Quality Gate Status NuGet version

Tubular DotNet

Tubular provides .NET Framework and .NET Core Library to create REST service to use with Tubular Angular Components easily with any WebApi library (ASP.NET Web API for example).

Please visit the Tubular GitHub Page to learn how quickly you can start coding. See Related projects below to discover more Tubular libraries and backend solutions.

Installation

PM> Install-Package Tubular.ServerSide

Sample

The following snippet shows how to use Tubular Helper to create a basic response grid using Entity Framework and ASP.NET Web API.

 [RoutePrefix("api/users")]
 public class UsersController : ApiController
 {
     [HttpPost, Route("paged")]
     public IHttpActionResult GridData([FromBody] GridDataRequest request)
     {
         using (var context = new SampleDbContext(false)) {
             return Ok(request.CreateGridDataResponse(context.SystemUsers));
         }
     }
 }
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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 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 (1)

Showing the top 1 popular GitHub repositories that depend on Tubular.ServerSide:

Repository Stars
unosquare/embedio
A tiny, cross-platform, module based web server for .NET
Version Downloads Last Updated
8.1.12 474 1/12/2024
7.0.3 1,232 11/13/2022
4.0.2-b2 259 7/12/2022
4.0.2-b1 213 7/12/2022
4.0.1 4,404 12/22/2021
4.0.0 8,016 1/25/2021
3.0.0 2,360 10/29/2020
2.2.0 4,301 3/25/2020
2.1.0 8,130 1/26/2020
2.0.3 955 1/21/2020
2.0.2 909 1/14/2020
2.0.0 9,649 9/10/2019
1.5.1 26,165 11/5/2018
1.5.0 3,210 8/29/2018
1.4.5 5,446 11/9/2017
1.4.4 2,411 7/12/2017
1.4.3 1,298 6/7/2017
1.4.2 1,357 6/7/2017
1.4.1 1,268 6/7/2017
1.4.0 1,651 4/5/2017
1.2.8 1,507 3/2/2017
1.1.3 1,621 1/10/2017
1.0.9 1,531 11/30/2016
1.0.8 1,606 11/14/2016
1.0.7 1,652 11/7/2016
1.0.6 1,303 10/5/2016
1.0.5 1,273 9/28/2016
1.0.4 1,443 9/15/2016
1.0.3 1,308 9/9/2016
1.0.2 1,330 8/18/2016
1.0.1 2,135 7/21/2016
1.0.0 1,539 6/29/2016
1.0.0-rc1 1,095 5/18/2016
0.9.48 1,535 4/20/2016
0.9.47 1,356 4/11/2016
0.9.46 1,322 4/8/2016
0.9.42 1,512 1/27/2016
0.9.41 1,360 12/29/2015
0.9.37 1,768 12/2/2015
0.9.36 1,388 11/3/2015
0.9.35 1,385 10/28/2015
0.9.34 1,354 10/22/2015
0.9.33 1,599 10/13/2015
0.9.31 1,750 10/6/2015
0.9.30 1,753 9/29/2015
0.9.29 1,464 9/28/2015
0.9.28 1,414 9/25/2015
0.9.27 1,407 9/24/2015
0.9.26 1,396 9/22/2015
0.9.25 1,390 9/13/2015
0.9.24 1,391 9/1/2015
0.9.23 1,422 8/19/2015
0.9.22 1,323 8/14/2015
0.9.21 1,422 7/20/2015
0.9.19 1,421 7/2/2015
0.9.14 1,421 6/4/2015
0.9.11 1,383 5/20/2015
0.9.7 1,770 4/29/2015
0.9.4 1,529 4/21/2015
0.9.0 1,791 4/8/2015

Please review the examples in the repo for usage.