On many WPF or WinForms applications, when it comes to display data into a table, we are using DataTable class. Recently, I worked on a ASP.NET MVC Backend, where my source was a DataTable and I had to return an...