I would like to know how exactly model binding works in ASP.NET MVC3. Since I am still waiting for my Professional ASP.NET MVC3 book and I cannot find anything by googling it, you are my last hope.
I know how to perform binding with simple objects but when it comes to ViewModels, especially with nested List<T>
, I am unable to perform binding.
Thanks
Francesco
UPDATE:
For clarification, I mean Model binding from View to Action Methods, thanks