|
1 | | -# jQuery DataTable Server-Side with ASP.NET Core 2.2 |
| 1 | +# jQuery DataTable Server-Side with ASP.NET Core |
2 | 2 |
|
3 | | -A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET Core 2.2 (SDK: 2.2.202) |
| 3 | +A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET Core |
4 | 4 |
|
5 | | -## Table of Contents |
| 5 | +## Table of Contents 💼 |
6 | 6 |
|
7 | 7 | * [Getting Started](#getting-started) |
8 | 8 | * [Releases](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases) |
| 9 | +* [Branches](#branches) |
9 | 10 | * [External libraries](#external-libraries) |
10 | 11 | * [Testing](#testing) |
11 | 12 | * [Issues](#issues) |
12 | 13 | * [Author](#author) |
13 | 14 |
|
14 | | -## Branches |
15 | | - |
16 | | -* [master](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/master): Main branch with the latest code |
17 | | -* [net-core-22](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-core-22): Current copy of master branch (to be discontinued) |
18 | | -* [net-core-22-old](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-core-22-old): Old .NET Core 2.2 version (discontinued) |
19 | | - |
20 | | -## Getting Started |
| 15 | +## Getting Started ⬇️ |
21 | 16 |
|
22 | 17 | * Download our latest release [here](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases/latest), are you looking for an [older version?](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases) |
23 | 18 | * Uncompress the ZIP and open the solution with Visual Studio |
24 | 19 | * Run or Debug the solution and VOILÁ, you have 1000 rows being server-side processed with jQuery DataTable plugin |
25 | 20 |
|
26 | | -## External libraries (already included in the project) |
| 21 | +## Branches 📌💻 |
| 22 | + |
| 23 | +| Branch | Description | .NET Core Version | |
| 24 | +|-|-|-| |
| 25 | +| [master](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/master) | Main branch with the latest code | 2.2 (SDK: 2.2.202) | |
| 26 | +| [net-core-22](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-core-22) | Current copy of master branch (to be discontinued) | 2.2 (SDK: 2.2.202) | |
| 27 | +| [net-core-22-old](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-core-22-old) | Old .NET Core 2.2 version (discontinued) | 2.2 (SDK: 2.2.202) | |
| 28 | + |
| 29 | +## External libraries ⚙️🔧 |
27 | 30 |
|
28 | 31 | * [Bootstrap (v4.4.1)](https://getbootstrap.com/) |
29 | 32 | * [jQuery (v3.3.1)](https://jquery.com/) |
30 | 33 | * [jQuery-datatable (v1.10.20)](https://datatables.net/) |
31 | 34 | * [datetime-moment (v1.10.20)](https://datatables.net/plug-ins/sorting/datetime-moment) |
32 | 35 | * [momentjs (v2.24.0)](https://momentjs.com/) |
33 | 36 |
|
34 | | -## Testing |
| 37 | +## Testing 🔬 |
35 | 38 |
|
36 | 39 | This project was checked and tested using: |
37 | 40 |
|
38 | 41 | * Microsoft Visual Studio Enterpise 2019 (version 16.5.30011.22) + JetBrains Resharper Ultimate (version 2019.3.4) |
39 | 42 | * Windows 10 Pro (version 1909) (OS build 18363.778) |
40 | 43 |
|
41 | | -## Issues |
| 44 | +## Issues ⚠️ |
42 | 45 |
|
43 | 46 | Please, feel free to report any kind of issue [here](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/issues/new). |
44 | 47 |
|
45 | | -## Author |
| 48 | +## Author 👦 |
46 | 49 |
|
47 | | -* **David Suescun Pelegay** - *Developer* - [GitHub](https://github.com/DavidSuescunPelegay) |
| 50 | +* **David Suescun Pelegay** - *Developer* - [GitHub](https://github.com/DavidSuescunPelegay) - [LinkedIn](https://www.linkedin.com/in/DavidSuescunPelegay) |
0 commit comments