I am about to start a project using ASP.NET MVC. As part of the project, we need to display some data to the user. The data consists of an object graph that consists of 35 days per line. Each day can be a work day or off day. If it is a work day, there could be additional information associated with the work day. So basically, we have an html table with 35 columns and 4 rows for each of the lines (object graphs mentioned above). There can be up to approx 300 of these object graphs per user. I am about to start a project using ASP.NET MVC