ASP.NET MVC – How exactly to use View Models
“View Model” is just a pattern. There’s nothing magical about the name, but generally any class being passed to a view (whether for simply displaying data or for the purposes of form submissions) is referred to as a “view model” and given a name like FooViewModel or FooVM to indicate that it’s part of that … Read more