Tubular.ServerSide
4.0.2-b2
See the version list below for details.
dotnet add package Tubular.ServerSide --version 4.0.2-b2
NuGet\Install-Package Tubular.ServerSide -Version 4.0.2-b2
<PackageReference Include="Tubular.ServerSide" Version="4.0.2-b2" />
paket add Tubular.ServerSide --version 4.0.2-b2
#r "nuget: Tubular.ServerSide, 4.0.2-b2"
// Install Tubular.ServerSide as a Cake Addin #addin nuget:?package=Tubular.ServerSide&version=4.0.2-b2&prerelease // Install Tubular.ServerSide as a Cake Tool #tool nuget:?package=Tubular.ServerSide&version=4.0.2-b2&prerelease
⭐ Please star this project if you find it useful!
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
You can check out the <a href="http://unosquare.github.io/tubular" target="_blank">Tubular GitHub Page</a> to get a few examples. We still need to work on more samples and better documentation, but we feel what we have now will get you up to speed very quickly 😃.
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));
}
}
}
Related Projects
Name | Type | Language/tech | Description |
---|---|---|---|
Tubular for AngularJS (formerly Tubular) | Library | AngularJs | Tubular provides a set of directives and services using AngularJS as framework. |
Tubular for Angular6 (formerly Tubular2) | Library | Angular6 | New Tubular2 with Angular6 (Angular2) and Angular Material 2. |
Tubular React | Library | React | Tubular-React is a DataGrid component using Material-UI |
Tubular Common | Library | Javascript/Typescript | Tubular Common provides TypeScript and Javascript models and data transformer to use any Tubular DataGrid component with an array of Javascript objects. |
Tubular Dotnet | Backend library | C#/.NET Core | 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). |
Tubular Nodejs | Backend Library | Javascript | Tubular Node.js provides an easy way to integrate Tubular Angular Components easily with any Node.js WebApi library. |
Tubular Boilerplate C# | Boilerplate | C# | Tubular Directives Boilerplate (includes AngularJS and Bootstrap) |
Tubular Boilerplate | Boilerplate | Javascript/AngularJS | Tubular Directives Boilerplate (includes AngularJS and Bootstrap). |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- System.Linq.Dynamic.Core (>= 1.2.19)
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 | 204 | 1/12/2024 |
7.0.3 | 1,146 | 11/13/2022 |
4.0.2-b2 | 174 | 7/12/2022 |
4.0.2-b1 | 138 | 7/12/2022 |
4.0.1 | 4,254 | 12/22/2021 |
4.0.0 | 6,956 | 1/25/2021 |
3.0.0 | 2,215 | 10/29/2020 |
2.2.0 | 4,156 | 3/25/2020 |
2.1.0 | 8,001 | 1/26/2020 |
2.0.3 | 824 | 1/21/2020 |
2.0.2 | 769 | 1/14/2020 |
2.0.0 | 9,483 | 9/10/2019 |
1.5.1 | 25,559 | 11/5/2018 |
1.5.0 | 3,063 | 8/29/2018 |
1.4.5 | 5,177 | 11/9/2017 |
1.4.4 | 2,137 | 7/12/2017 |
1.4.3 | 1,028 | 6/7/2017 |
1.4.2 | 1,087 | 6/7/2017 |
1.4.1 | 1,001 | 6/7/2017 |
1.4.0 | 1,382 | 4/5/2017 |
1.2.8 | 1,227 | 3/2/2017 |
1.1.3 | 1,346 | 1/10/2017 |
1.0.9 | 1,256 | 11/30/2016 |
1.0.8 | 1,335 | 11/14/2016 |
1.0.7 | 1,378 | 11/7/2016 |
1.0.6 | 1,032 | 10/5/2016 |
1.0.5 | 1,005 | 9/28/2016 |
1.0.4 | 1,167 | 9/15/2016 |
1.0.3 | 1,039 | 9/9/2016 |
1.0.2 | 1,071 | 8/18/2016 |
1.0.1 | 1,857 | 7/21/2016 |
1.0.0 | 1,262 | 6/29/2016 |
1.0.0-rc1 | 832 | 5/18/2016 |
0.9.48 | 1,263 | 4/20/2016 |
0.9.47 | 1,084 | 4/11/2016 |
0.9.46 | 1,050 | 4/8/2016 |
0.9.42 | 1,231 | 1/27/2016 |
0.9.41 | 1,073 | 12/29/2015 |
0.9.37 | 1,491 | 12/2/2015 |
0.9.36 | 1,100 | 11/3/2015 |
0.9.35 | 1,091 | 10/28/2015 |
0.9.34 | 1,066 | 10/22/2015 |
0.9.33 | 1,305 | 10/13/2015 |
0.9.31 | 1,472 | 10/6/2015 |
0.9.30 | 1,450 | 9/29/2015 |
0.9.29 | 1,188 | 9/28/2015 |
0.9.28 | 1,128 | 9/25/2015 |
0.9.27 | 1,136 | 9/24/2015 |
0.9.26 | 1,125 | 9/22/2015 |
0.9.25 | 1,117 | 9/13/2015 |
0.9.24 | 1,106 | 9/1/2015 |
0.9.23 | 1,146 | 8/19/2015 |
0.9.22 | 1,042 | 8/14/2015 |
0.9.21 | 1,132 | 7/20/2015 |
0.9.19 | 1,143 | 7/2/2015 |
0.9.14 | 1,138 | 6/4/2015 |
0.9.11 | 1,112 | 5/20/2015 |
0.9.7 | 1,488 | 4/29/2015 |
0.9.4 | 1,244 | 4/21/2015 |
0.9.0 | 1,350 | 4/8/2015 |
Please review the examples in the repo for usage.