Asp.Net MVC 2 .NET 4 only bind ICollection<T>, not IEnumerable<T>
- by Carl Hörberg
Since I upgraded to .NET 4 or MVC 2 I can only bind lists to ICollection< and types inheriting from ICollection<. Previously, in .NET 3.5 and MVC 1 i could bind to arrays and IEnumerable<. Is this a known issue or have i done something stupid?