I need to use the jquery datatable server-side processing (http://datatables.net) for my asp.net mvc (C#) application.
My application has thousands of records to show in the table as list. I am using jquery datatable to enable paging, filtering and search.
Is there any good reference/articles for jquery datatable server-side processing to use with asp.net mvc (C#)?