ASP.NET MVC4 Binding to a List of Complex Types

UPDATE: I have an idea how they might be doing it: Expression Trees! One of my colleagues and I ran into a little trouble with Model Binding in ASP.NET MVC 4 yesterday. We wanted a form to post back an IEnumberable of a complex type, let's call it IEnumberable. Doing this naively didn't work. After a … Continue reading ASP.NET MVC4 Binding to a List of Complex Types