https://github.com/erossini/datatableswithaspnetcore
https://github.com/erossini/datatableswithaspnetcore
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erossini/datatableswithaspnetcore
- Owner: erossini
- Created: 2021-03-18T11:19:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T18:26:01.000Z (over 4 years ago)
- Last Synced: 2025-01-12T10:07:24.430Z (9 months ago)
- Language: C#
- Size: 813 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Datatables.net with ASP.NET Core (.NET 5)
This is the code related to my post on [PureSourceCode](https://www.puresourcecode.com/dotnet/net-core/datatables-in-asp-net-core-server-side/).We will learn how to use Datatables in ASP.NET Core with Server-Side Processing. We will also be building a simple real-world implementation to help understand Datatables.net to it’s fullest. You can find the source code of the entire implementation here. Let’s begin. By the way, this is my first test to integrate new functionalities in my [AdminLTE project](https://www.puresourcecode.com/dotnet/net-core/features-for-adminlte-with-asp-net-core/).
