|
View Models in ASP.NET MVC blogs.msdn.com - simonince |
| 6 points - 6 months, 4 days ago by John Sheehan - 1 Comment |
|
2 points by ajdimauro 5 months, 29 days ago |
| A great View Models overview, and why you should use them. I agree, sending business model data to the view is bad. Better separation is achieved with view models, and it's easier to maintain. You don't have to mess with the model. |


