Where is the best place to do mappings from view model to domain model? By mappings I mean from my EditGrantApplicationViewModel to a GrantApplication
EditGrantApplicationViewModel
GrantApplication
do it in your WebUI layer but don't do it the controller instead call your custom mapper/builder interface/class in there
sample: http://prodinner.codeplex.com