Monthly Archives: November 2011

Grouping data with LINQ and MVC

Showing a list or table of data in groups is very common, and fortunately also very easy to do with LINQ. In the end we want our data to look something like this:

Posted in ASP.NET MVC | Tagged , | 1 Comment