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 sho
https://github.com/johannes-brunner/DataTables-ASP.NET-MVC
This is an example project, you can download it and by debugging get a feel for how DataTables works with .NET MVC. It helped me get find footing in the topic.