
The Trappings of Not Using View Models (Part 2) In the first part of this article, we looked at how using an enumerable as our strongly-typed model on a view can end up causing us some headaches. The example, a list of Person, further compounded the problem because the Person is likely an entity that is part of our database. At first glance, it doesn’t seem too bad, and again in many online samples and…