Use ViewModels to manage data & organize code in ASP.NET MVC applications Tags: ASP.NET, MVC 3, ASP.NET MVC, ViewModels Jul 18 2011 11:57 AM28 Comments The concept of the ViewModel isn't just for ASP.NET MVC, as you'll see references to ViewModels throughout the web in articles and blog posts about the MVC, MVP, and MVVM patterns. Those posts and … more