I was experimenting with the preview release of the new MVC framework yesterday. I was also using LINQ to perform my data access, and had some trouble when attempting to assign an anonymous type to the ViewData in the controller. As it turns out, ...
Read post