ASP.NET MVC strongly typed model binding to a collection with zero values.

I wasn’t quite clear how to do this and I’m not sure my solution is the best approach, but it certainly falls within the realm of normal functionality included in ASP.NET MVC. The page I wanted to have was a partial view that listed out comments associated with a particular model object. So, if someone …

Continue reading ‘ASP.NET MVC strongly typed model binding to a collection with zero values.’ »