Skip to main content

Timeline for Using AutoMapper in ASP.Net MVC

Current License: CC BY-SA 3.0

4 events
when toggle format what by license comment
May 9, 2013 at 23:50 comment added Facio Ratio You are absolutely using it as intended, taking a ViewModel as an argument to your ActionMethod and mapping it to your domain object(s).
May 9, 2013 at 6:59 comment added Mark Tait Hi - thank you - the reason for the partial view return, is the post is made from a popup box via AJAX - so the partial view returns the updated customer list, which is then used to update a DIV on the UI - so no "postback" visible. If you're aware, do you know how I would use the AutoMapper in the Post controller, or am I using it correctly, by copying objects from the Post into my domain objects? Thanks, Mark
May 8, 2013 at 23:39 review First posts
May 9, 2013 at 2:53
May 8, 2013 at 23:23 history answered Facio Ratio CC BY-SA 3.0