ASP.NET MVC ViewModel Pattern
EDIT: I made something much better to fill and read data from a view using ViewModels, called it ValueInjecter. http://valueinjecter.codeplex.com/
EDIT: I made something much better to fill and read data from a view using ViewModels, called it ValueInjecter. http://valueinjecter.codeplex.com/
Quick questions really. I am currently building a site using asp.net MVC and the entity framework. I have a couple of repositories in place which return entities or lists of entities. I am finding that in the majority of my pages I’m having to pull data from a variety of related tables. This is ok … Read more
I know how to post a list of objects to a form in ASP.NET, but suppose I want to post some other values at the same time?