MvcCms uses the Data Transfer Object (DTO) pattern to pass data primarily to ajax consumers. We have noticed in the error logs that sometimes the manipulation of the IEnumerable object to transfer it into the DTO object was causing and error because the connection was getting closed.
To fix this we have started adding the .ToList() ending to all the List_ method linq syntax in the data class.
To fix this we have started adding the .ToList() ending to all the List_ method linq syntax in the data class.
9 months 6 days
ago by
jon
