In my ASP.NET MVC site, part of a feature allows the user to enter the hours when a certain venue is open.
I\'ve decided to store these hours in a VenueHours table i
Scott Hanselman posted a very good article about how the default model binder deals with collections, arrays and dictionaries. It's great if you don't want to write a custom model binder, although writing a custom model binder isn't that big a deal.