Skip to content

Commit d100f78

Browse files
Updated README and removed files
1 parent d0ee95b commit d100f78

File tree

2 files changed

+18
-26
lines changed

2 files changed

+18
-26
lines changed

README.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,50 @@
1-
# jQuery DataTable Server-Side with ASP.NET Core 2.2
1+
# jQuery DataTable Server-Side with ASP.NET Core
22

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
44

5-
## Table of Contents
5+
## Table of Contents 💼
66

77
* [Getting Started](#getting-started)
88
* [Releases](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases)
9+
* [Branches](#branches)
910
* [External libraries](#external-libraries)
1011
* [Testing](#testing)
1112
* [Issues](#issues)
1213
* [Author](#author)
1314

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 ⬇️
2116

2217
* 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)
2318
* Uncompress the ZIP and open the solution with Visual Studio
2419
* Run or Debug the solution and VOILÁ, you have 1000 rows being server-side processed with jQuery DataTable plugin
2520

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 ⚙️🔧
2730

2831
* [Bootstrap (v4.4.1)](https://getbootstrap.com/)
2932
* [jQuery (v3.3.1)](https://jquery.com/)
3033
* [jQuery-datatable (v1.10.20)](https://datatables.net/)
3134
* [datetime-moment (v1.10.20)](https://datatables.net/plug-ins/sorting/datetime-moment)
3235
* [momentjs (v2.24.0)](https://momentjs.com/)
3336

34-
## Testing
37+
## Testing 🔬
3538

3639
This project was checked and tested using:
3740

3841
* Microsoft Visual Studio Enterpise 2019 (version 16.5.30011.22) + JetBrains Resharper Ultimate (version 2019.3.4)
3942
* Windows 10 Pro (version 1909) (OS build 18363.778)
4043

41-
## Issues
44+
## Issues ⚠️
4245

4346
Please, feel free to report any kind of issue [here](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/issues/new).
4447

45-
## Author
48+
## Author 👦
4649

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)

releasenotes.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)